While creating Problem record in JSM using automation ticket category field is empty. That prevents the record to show up in the Problem Queues. Cannot find Ticket Category field anywhere in the system, and it's not available in the automation so i can set it up properly.
Please help!
p.s. Jira/JSM cloud version
Hi @igor_rivin -- Welcome to the Atlassian Community!
Unfortunately, all possible fields are not shown in the dropdown lists in automation rule Create Work Item actions.
I recommend two things to determine if your field can be set:
{
"fields": {
"customfield_12345": {
"value": "your category selection"
}
}
}
Kind regards,
Bill
Hi Bill, Thank you so much for getting back to me!
I tried to follow, but, i guess, that's the issue that that field does not exist and not being recognized.
However, when i look at the default Queue for Problems, or trying to create the new one, i see the note on the Queue Edit screen:
Queue filter
The queue filter determines which issues appear on all views in this queue. All queues are filtered to your
current project: "Project 1 - Company Managed template".
This queue is already filtered by project = "Project 1 - Company Managed template" AND "Ticket category" = "Problems". Learn more
And that "Ticket category" is just not visible anywhere, regardless tool i use. That is not custom field. that's for sure.
Apparently, when record is created via rules, that filed is empty, thus records are not displayed in the Queue, nevertheless, they are created and visible if i look through filter and include the "Ticket category" = Empty.
Thank you again for your input.
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.