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.
Hi @André Sousa - To clarify: Are you creating projects and setting the "Category" property or creating issues which have a customer field name "Project Category".
Also, are you using a list (like a CSV file) to create the issues?
Hi, @Michael Kuhl {Appfire} !
The first option. I want to set the "Category" property based on a custom field value. The problem is that the categories available in my custom field don't match exactly to the project categories configured in jira.
For example: we have a project category called "IT", but in the custom field is "IT - Information Technology". I need to get just the initials with CLI if possible.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, there isn't an option to transform Jira issue fields when they are output, but you could try this:
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.