Similarly to the functionality of Bugzilla, I am looking for a way to assign a QE contact to a component. I would like the QE contact field to be automatically populated when a work item is assigned the component.
Does anyone have any suggestions?
Thanks!
Welcome to the community.
Create an automation rule that triggers based on changes of the component field, and use if/else condition to based on which component what value should be set to the field "QE contact"
Thanks Marc,
That sounds like a good solution - however we were trying to avoid using automation as to not overload it (we've learned that too much automation can lead to performance issues)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Cloud not that much, performance of a rule depends on the setup of the rule and the action that triggers the rule.
Your request is exactly where automation is build for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good to know, thank you! Do you know if there are any resources which might help us to understand automation and its performance impacts? Something like that would really help with our decision making around these kinds of problems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automation doesn't impact performance that much, it's based on the action you want to do.
Worst action are JQL conditions, as a JQL can get a lot of issues, so keep JQL conditions in check and first use the QJL to search and see what the scope of the JQL is.
An automaton impact is based on what you want the automation to do, not on using automation.
It's the same relation to a filter, using a based filter on getting lots of information into a dashboard, will impact the dashboard loading time and therefore also overall performance.
Who by the way told you to not use automations, as this is a key product to help you out.
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.