Do we have some ways to have Cascading component assigning default Assignee for the bug?

Hung Nguyen July 17, 2014

I know that we have Component today in JIRA, and by selecting Component, we can assign Component Owner to be Assignee.

In our organization, we need 2 levels of Component selection before an owner can be assigned:

- Let's call the first level is Module, one Module contains some Components or none. Module can have Module Owner, which if component is none, the module owner is used to be Assignee

- Level 2 is Component, each Component has a Component Owner, which when the component is selected, the component owner is set to Assignee

Is there any way to club the current Component in JIRA with another field (ie.Module) to do what we need above?

Thanks

Hung

2 answers

1 accepted

1 vote
Answer accepted
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.
July 17, 2014

No, component is a single select and you'd have to do a major rewrite of code and commit to maintaining it. A work around would be to have another field the creator also selects so when the component owner gets the issue they would reassign it. You may be able to have a listener that looks at the second field after it is created and reassigns it. The drawback to that is you'd have to maintain the mapping of value to assignee.

Hung Nguyen July 17, 2014

When you said about "a listener that looks at the second field after it's created" do you mean some custom code to be written, or just some configurations we can do with JIRA ?

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.
July 17, 2014

Custom code. I believe there is a plugin that allows listeners, but you'll need to write the listener. You can't do it with out of the box JIRA. We don't do anything that isn't supported by JIRA or one of the major plugins due to the hassle maintaining any modifications.

Suggest an answer

Log in or Sign up to answer