I want to alter some behavior on a transition screen basing on the transition id. How do I get the transition id? I try to use the workflow manager to get the info. Though, this list all available steps from the current status of the issue (say from status A, it can go to B, C, and D). I only want to get the transition id to B, if the B transition screen is opened. The transientVars is not available on the transition screen. I did try to use field screen manager to get actions of the screen. This filters out some transitions (say D since D doesn't use the transition screen B. However, in my case, screen B is used for both B, and C. Each is used under certain conditions of course). So, I still can't get the right transition id.
Thanks.
Hi @Ha B_
Transition ID's can be retrieved via the API.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getTransitions
Hi @Marc - Devoteam . Thanks, but this still doesn't give me the exact transition id on the opened transition screen.
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.