Hi Community,
Is there an a viable workflow condition that restricts the user that is able to transition only to users referenced within the Jira Team field against the ticket?
Example use case:
Is this possible within native Jira without an marketplace app?
Thanks,
Danny
We solved this problem about a decade ago with two native Jira constructs:
We create a Jira Group for each Agile Team value. Then we use the workflow condition "User is in Group Custom Field". It's amazing if 10 years on, Atlassian's latest incarnation of Teams is still not as capable our humble little solution.
Hello @Danny
Restricting a workflow transition to users referenced in a Team field isn’t natively supported in Jira, but you can implement it using custom validators or scripting tools like ScriptRunner.
The script would validate the transitioning user against the members of the team assigned to the ticket.
If you’re looking for a solution without third-party apps, consider defining clear permissions and utilizing issue security schemes.
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.