I have added a transition (A - B) which I have hidden it from condition.
I wanted to perform same transition via a rest Call {issue}/transition, i am not able to do so.
How can I make transition for a hidden one using Rest
I don't think it's possible. It your user is not able to transition the issue via JIRA GUI, he won't be able to do it via REST API. So you need to use another user who meets the condition.
Thanks for the response.
I am trying to differentiate any action on issue based on UI or API call at my plugin.
My API user and logged in user can same, and my plugin treats both the action either by UI or Rest API as same and process event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aayush Mohanka ,
I'm not aware of the possibility how to easily distinguish, whether the request was made using UI or via API. I would recommend you to use different users instead.
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.