You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jira init fails when running /rest/api/2/issue/createmeta endpoint. I am not sure if it's my work instance's specifics, but I get a 404 at that step after choosing a board (even if I choose None). I think this is related due to the createmeta endpoint getting deprecated (https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-1304) If you could confirm this, I'd be happy to try and undertake the task of migrating to /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes and /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}
jira init
fails when running/rest/api/2/issue/createmeta
endpoint. I am not sure if it's my work instance's specifics, but I get a 404 at that step after choosing a board (even if I chooseNone
). I think this is related due to the createmeta endpoint getting deprecated (https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-1304) If you could confirm this, I'd be happy to try and undertake the task of migrating to/rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes
and/rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}
Please provide following details
Jira cloud enterprise instance
Output when running
jira init --debug --installation cloud --server https://jira-instance.com --login [email protected] --project DMGTM --board 'None' --auth-type bearer
The text was updated successfully, but these errors were encountered: