Hey all,
I am trying to automatically set the product and operational categorization via automation using edit issue, however, both are unavailable?
How are you currently doing this and what is the syntax?
much appreciated! :) Cheers
Hey @Josh Olds
Welcome to Atlassian Community !!
Those fields are not available in the dropdown. But we can via edit them "Advanced field editing using JSON"
I just tried out for one of the fields. Working fine. You have to add a piece of code as shown below in "More options" --> "Advanced fields".
Result:
Hope this helps !!
Regards,
Vishwas
Hey there Vishwas!
Thanks for the helpful tip. Do you know the syntax for second tier ie Hardware - Mobile Phone, Hardware - Laptop?
Cheers!
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.
Hey @Josh Olds
Please use the JSON code like this in "Advanced field" option:
{
"update": {
"Product categorization": [
{
"set": {"value": "Hardware" , "child": { "value" : "Mobile Phone"} }
}
]
}
}
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.