You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I'm doing this Curl and I get back all the possible workflow's transition for an issue
curl --request GET \
--url 'https://xxxxxxxx/rest/api/2/issue/XXX-ZZZ/transitions' \
-H "XXXXXXXXXXXXXXX" \
--header 'Accept: application/json'
It Works.
But my need is to add a Search option or something like this to this Rest API, in the specific case, I need to add a search by name of the transition, like this:
'https://xxxxxxxx/rest/api/2/issue/XXX-ZZZ/transitions/search?name=Transition_Name'
*THIS IS AN EXAMPLE OF WHAT I NEED, IT DOESEN'T WORK*
In this way I want to get back only the information of the transition with the specific name
Is that possible? I don't find anything on the jira documentation, there is a way to do what I write?
Thanks
P.S: I'm using Jira cloud, premium version
You can add transition id as the query parameter
'https://xxxxxxxx/rest/api/2/issue/XXX-ZZZ/transitions?transitionId=your_transition_id"
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.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.