Hi Atlassian Community Developers,
I am currently working a project where I am integrating Jira with ServiceNow.
I have a requirement to get all the issues under a specific project in Jira. In going through the Jira API documentation I came across this API which however does not seem to work for me:
/rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypesWhen I try the above API I get the error as shown in the attached screenshot.
Do you guys know why this is not working for me?
Is there an alternative to this API that I can use to accomplish what I am looking for.
Kindly advise please.
Thanks,
Johannes
Hello @Sebastian_Wenner,
The action "Move issue" is indeed not available as of now, CodeBarrel shares a workaround here: Move an issue. Cloning and deleting an issue instead of moving it is usually the best solution.
If you'd rather script the move, I'd recommend to read this recent thread: Post Function to move an issue to another project.
Hope this helps!
- Manon
Thanks for the pointers. I missed that one on the documentation - my bad.
*thumbs.up*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Community!
This can not easy as you are thinking because every project has their own configurations like Workflow, fields, screens etc...
You can do with some custom script, power script etc add-ons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.