I have a problem. I want to get current transition (hidden) of issue but api GET /rest/api/2/issue/{issueIdOrKey}/transitions not solve the problem.Is there any way to get it? java lib or api
A transition is not a current state. It's the term used when moving between two statuses in Jira.
What exactly do you mean by a hidden transition? Is this a transition that is not currently possible do to a condition in the workflow not being met right now?
If so, then the REST API endpoint of GET /rest/api/2/issue/{issueIdOrKey}/transitions is actually not designed to be able to show you that.
Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.
Could you clarify what you are looking for here? I'm not sure I completely understand just yet.
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.