When a component is selected, a team is automatically selected in the teams field

Francesca Blaney December 6, 2022

How do I create a rule where:

When a Component is selected, the Team is automatically selected in the teams field. This would save me from having to select the component AND team each time I open a ticket as currently one team looks after 1-3 components. 

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 6, 2022

Hi @Francesca Blaney and welcome to the community!

You'd want to do something like this:

  • TRIGGER: Field Value Changed (Component)
  • IF CONDITION: Component = Component1
    • ACTION: Edit Issue (Team)
      • Team1
  • ELSE CONDITION: Component = Component2
    • ACTION: Edit Issue (Team)
      • Team2
  • ELSE CONDITION: Component = Component3
    • ACTION: Edit Issue (Team)
      • Team3

Note - Users can select multiple components so you probably want some type of condition/action in there to account for that.

Francesca Blaney December 12, 2022

thanks!

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events