Hi
I have created different work type in jira as below
1) Bug
2) Task
3) Security Fix
4) Story
Now i need to access for small group of users for "Security Fix" work type
Can you please provide step by step detail that would be helpful
Thanks,
Harshad
Dear @Harshad Prajapati
Create Jira group security-fix-users
Go to: Jira settings → Work items → Work item security schemes → Add work item security scheme
Name it, for example:
Security Fix Visibility Scheme
Inside the scheme, add a level:
Security Fix Restricted
Add only:
security-fix-users
Go to the target project/space settings and associate this security scheme with that project.
Make sure the Security or Work item security field is available on the create/edit/view layout or screen for the project. Atlassian notes that spaces need the work item security field included to use these schemes
Create an automation rule:
Project settings → Automation → Create rule
Rule:
Trigger: Work item created
Condition: Work type / Issue type = Security Fix
Action: Edit work item
Field: Security Level
Value: Security Fix Restricted
This ensures every new Security Fix item is hidden from users outside the allowed group.
Use Jira bulk change:
Filters → Advanced issue search
JQL: project = ABC AND issuetype = "Security Fix"
Bulk change → Edit issues → Security Level = Security Fix Restricted
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.