Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using automation to create the Problem record in JSM makes record with "ticket category" empty.

igor_rivin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 6, 2025

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

1 answer

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2025

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:

  • Use this how-to article and confirm if the field is supported by rules, and what its smart value (or custom field ID) is.  The essential steps are to use a browser tab to lookup an example work item with your field, and then search on the JSON results to confirm it is present.
  • If the field is present, you can likely set it using a JSON expression with advanced edit.  That field seems to be a single-select, option field, and so the syntax is likely this, where you would substitute in your custom field ID:
{
"fields": {
"customfield_12345": {
"value": "your category selection"
}
}
}

 

Kind regards,
Bill

igor_rivin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 6, 2025

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events