If you aren't using components you can use them for the teams. Then put the team leaders in the component lead and configure JIRA to auto assign the component lead. The when the issue is created and assigned to the component it will be assigned to the team lead
That's a nice workaround:) But we may use components in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You would need a plugin for it.
For example, you could use the Power Scripts add-on:
You could add a SIL post function with a code like this:
if (#{team} == "Dev") {
assignee = "devlead";
}
if (#{team} == "QA") {
assignee = "qalead";
}
You could find more info about post function here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexey. We will consider it but ideally I'm looking for some solution without (at least) paid plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.