-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira init fails at configuring metadata
step
#757
Comments
I experience the same behavior with |
Interestingly, I don't get a 404 when I try to run it with curl: |
Still experiencing the following:
System info:
Cloud info:
w.r.t @johnnylambada 's observation above - I think that IS evidence of the
|
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 example@email.com --project DMGTM --board 'None' --auth-type bearer
The text was updated successfully, but these errors were encountered: