Error when creating Team from Automation

Connie Leuderalbert August 8, 2024

I used the information in this article: 

https://support.atlassian.com/automation/kb/how-to-write-a-rule-to-set-the-advanced-roadmap-team-field/

But I got the error   

If block

The following issues passed:
CRTX-3428

Edit issue

Error editing issues
CRTX-3428 (data was not an array (Flagged))

My exact Advanced field was 

{ "fields": { "customfield_10000":"1646" } }

What am I doing wrong?

1 answer

1 accepted

1 vote
Answer accepted
Connie Leuderalbert August 8, 2024

Nevermind, I got it to work by making the following change

{
"fields": {
"Team":"5"

}
}

Deniz Yalcintepe October 30, 2024

Hi Connie,

Is "5" the name of the team or ID of it? If it's ID, how can I get it?

 

Bests,

Deniz

Connie Leuderalbert October 30, 2024

Go to the issues tab and type in the JQL Team = "Team Name".  When you type it in, it will replace the "Team Name" with a number.  That is where the 5 came from.

Like Deniz Yalcintepe likes this

Suggest an answer

Log in or Sign up to answer