You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there.
Our workflow consists of these statuses:
And we have 2 groups:
What we want is to allow all users to create issues (which is already done by default) but to allow transfering specific issues statuses only for the appropriate group. So issues with statuses 1, 2, 3 can be transfered to the next status (up to 4, but not 4 to 5) only by Developers. Testers take issues from status 4 (Code Complete) and can transfer their statuses from 4 to 10.
I suppose I should write some jira.permission.???.group conditions to appropriate statuses in our current workflow. I have also found this list of jira.permission parameters: admin, use, sysadmin, project, browse, create, edit, scheduleissue, assign, assignable, attach, resolve, close, comment, delete, work, worklogdeleteall, worklogdeleteown, worklogeditall, worklogeditown, link, sharefilters, groupsubscriptions, move, setsecurity, pickusers, viewversioncontrol, modifyreporter, viewvotersandwatchers, managewatcherlist, bulkchange, commenteditall, commenteditown, commentdeleteall, commentdeleteown, attachdeleteall, attachdeleteown,viewworkflowreadonly.
But I don't really know what parameter I need and whether it's the one I'm searching.
Will be grateful for any help.