automation rule for field team

Flavia Vieira February 20, 2024

Hi people, Im trying to create an automation rule for move project to another project, the field Team should be empty.

I tried to run many times, but the project moves to another project, but the field Team keep the same team as previous.

Can you help me?

2 answers

1 accepted

1 vote
Answer accepted
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.
February 20, 2024

Hi @Flavia Vieira and welcome to the community!

Can you please share screenshots of your rule?  This would provide further context so we can help you better.

Flavia Vieira February 20, 2024

When issue movd:

From project A to project B

 

Issue type: Defect

 

Then: Edit issue fields

   'fields": {

       "Team": " "

 }

}

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.
February 20, 2024

I see a couple potential issues:

  1. You have an apostrophe instead of quotes to open "fields"
  2. You have a space between the quotes

Try this:

{"fields": {"Team": ""} }

 

Like Flavia Vieira likes this
Flavia Vieira February 20, 2024

hi Mark,

Thank you very much.

I made some tests here, changing one project to another project and the field Team clear when moving the project.

It was exactly I wanted.

Thank you!

Like # people like this
0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 20, 2024

Hi Flavia - Welcome to the Atlassian Community!

There is not an automation rule trigger to do a move of an issue. So you must be doing a manual move? But when the move happens it clears the field? 

Flavia Vieira February 20, 2024

Hi John,

I created a rule to change one project to another project, but the team continues the same team as previous project, don´t change to empty.

 

When issue movd:

From project A to project B

 

Issue type: Defect

 

Then: Edit issue fields

   'fields": {

       "Team": " "

 }

}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events