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".
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.