Hi,
Currently we can create issues/performing transitions/Assign from Jira Front end and from Jira API also.
But we want to restrict these tasks only from API.
Is there a way to identify transition initiation source and then post restriction for front end alone?
Suggestions would be helpful.Thanks in Advance
For plain Jira, you could create a user to use with the API and then limit transitions with "only my API user can use this transitions".
If you're willing to use Apps, there's a few that have that condition already, and a couple that have "hide transition from logged in human" explicitly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Have you tried "Hide transition from user" condition?
Hide transition from user: Condition to hide a transition from the user. The transition can only be triggered from a workflow function.
I think this should work for your case.
Regards.
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Elifcan,
Thanks for your response.
I tried, But API in its response is actually looking for available transitions for given user.
Since hide condition is chosen, it is not showing possible transition in API.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If that's the case, then @Nic Brough -Adaptavist-'s answer would be much helpful for you.
Regards,
Elifcan
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.