Is there a way to assign a default to component to all team members? If someone opens a bug for example we would like to know which component team that individual is assigned to so we can understand where the bug was generated.
Hi @Diane Abel
Not sure if I understand your requirements clearly.
Let me try to help.
As you can see that the association comes into picture when Issue is created with Component selected. If you are looking for a bit of automation then please rephrase your requirements if you can.
Thanks,
Ravi
Hello @Diane Abel
You can set up automation in your JIRA Project, follow the below steps:
1) Go to the admin panel (project settings) of jira project
2) Click on Automation
3) Here you will see 3 conditions (WHEN, IF and THEN)
Click on WHEN --> select Issue Created
Click on IF --> use JQL here (project key with component) and status is backlog
Click on THEN --> add assignee/alert-user field (define the required assignee)
last, save the condition
So, here whenever any issue is created with the required component under your project then it will be assigned to the user.
Hope this will help you.
Thanks
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.