limit groups on issue type

Mohamed El Taweel March 19, 2018

In project "ProjectX" with many issue types (Issue type1 , issue type2, issue type3)

Can we limit : "Group1" can see only issue type  "issue type1"

                     "Group2" can see all other groups

                    

Thank you.

3 answers

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 19, 2018

The simplest way is to have separate projects for each issue type. 

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2018

You can use issue security schemes. You can find more info here:

https://confluence.atlassian.com/adminjiraserver071/configuring-issue-level-security-802592414.html

josh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2018

That's a manual process though. You can't set different default security levels for different issue types out of the box.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2018

Yes, it would be manual. 

Mohamed El Taweel March 21, 2018

What do you mean by manual?

josh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 21, 2018

Every new issue created would need to have a user select from a drop down list the proper option for that issue type. Manually.

Automating it will require additional add-ons.

@Joe Pitt 's suggestion is probably the best way to do this while using only the tools Jira has out of the box.

Mohamed El Taweel March 21, 2018

How could selecting user from drop down for every new issue help in implementing the requirement?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 21, 2018

You would need manually set security level for every issue. If you have Power Scripts or ScriptRunner or something like this, you could automate the process

Mohamed El Taweel March 22, 2018

What users should be in the drop list , in other words the users of Group1 and Group2?


Based on the user entered How can I automate the process, could you please elaborate some more details?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2018

If you want to automate the process, you need a plugin like Power Script, ScriptRunner, Workflow Toolbox. You could develop your own post function and set the required issue security level based on the selected user in the post function.

0 votes
josh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2018

Suggest an answer

Log in or Sign up to answer