You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
we are trying to automate the field "testEnvironments" a native field presented in the issuetype "Test Execution" but is not possible. In the "Additional fields" we're trying the following JSON:
{
"fields": {
"testEnvironments": [{
"add": "Patch"}]
}
}
Anyone have an idea to resolve this problem?
Thank you!
Hi Joana!
I would recommend you to either use the customfield id (e.g. "customfield_19132") instead of "testEnvirontments" or to use the update function when using JSON:
"update": {
"Text field": {
"set": "a new description"
},
"labels field": [{
"add": "test-label"
}]
},
Please have in mind. that text custom fields use "set" and for labels custom fields you will have to use "add".
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.