The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

View/Edit permission groups for subtasks

James Lange
May 7, 2015

Is there a easy way to do the following:

Subtask_1  for issue type 1 - Only allow view/edit permissions for Group-A  && jira_administrators

Subtask_2 for Issue type 2 -  Only allow view/edit permissions for Group-B && jira_administrators

Etc..

Basically I have groups set up for various teams and want only the relevant sub-tasks to be presented for editing, instead of all the other potential subtasks that could be in the system that don't relate to the user group's responsibility.  

I've seen one other post regarding this, but there doesn't seem to be a solid solution.  Is this a limitation of JIRA as a whole?  

 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Stas
Contributor
May 7, 2015

Hi James!

1 issue-subtask connection: try script validator for subtask create step

2 premissions: its easy, JIRA Misc Workflow Extensions plugin will help. use security level post-function.

 

P.S. Maybe you will need to clone workflow for every issue type.

 

Cheers!

0 votes
James Lange
May 7, 2015

Thanks so much, I'll take that route.