Hi!
I am using Jira CLI to automate the project creation. One of the fields in the issue is "Project Category". However, the options in this field don't match exactly to the project categories names configured in Jira. I did a regex pattern that can catch the information that I need.
But how can I do this in Jira CLI and then set my project category with this pattern?
Thank you.