I want to set a spesific value ("Test") on an attribute (with ID = 147) on all objects that matches the automation rule.
I have tried with
URL: https://jira.mydomain.com/rest/insight/1.0/object/${Key}
Post data:
{
"attributes"
: [{
"objectTypeAttributeId"
:
147
,
"objectAttributeValues"
: [{
"value"
:
"Test"
}]
}]
}
This does not work. What is wrong?
My bad, the syntax was correct, I just used the wrong obejctTypeAttributeID:)
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.