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?
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.
When issue movd:
From project A to project B
Issue type: Defect
Then: Edit issue fields
{
'fields": {
"Team": " "
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see a couple potential issues:
Try this:
{"fields": {"Team": ""} }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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": " "
}
}
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.