Hi
Is it possible to set the status when it is created using REST api? We are using JIRA server 7.13.5 version. It would be of great help if we could create issue with the required status when it is created.
I have tried to include the transition property when Posting the data to create issue api, but still the issue has new status.
If this is not possible, i would like to know if there is any other API available that can be used to set the status of the issue directly as using the transition API we are forced to traverse the workflow to set it to the desired status.
We used the CSV file import method to migrate issues into our instance, and we were able to specify the desired status.
Add transition "all" to target statuses. Use contition "admins only" to hide it from users and use transitions for migration. After it y can delete "all" transitions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tekur HS
In general, you can only do via the API what you are able to do within Jira, so if the status that you want to set the issue to has to go through 4 workflow steps in Jira, it will have to go through those same 4 steps via the API.
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.
Hi @Tekur HS
I'm going to take a step back and ask a question first. When you talk of status, exactly what are you referring to? I want to ensure that we're both talking about the same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Imports are the exception - you can specify what status the issue is imported in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.