Is there a way to convert the Organizations field values in an array value so I can stored in a label field to be displayed in a Jira Software Field as right now Organization is not available in Jira Software
Thank you!
Hi Dan,
Well as you know on the Organizations field in JSM you can have the original organization that initiated the issue but you can also use that field to add other organizations that are having the same issue so you can end up having something like Org1 Org2 Org5 I want to have this information attached on the JS as well because our developers might need to address customer specific rules
My idea was to create a custom field Organization(s) notice that the difference is the s in parenthesis field is of type Labels so you can add one or more, making this field part of JS and JSM I can assigned it as a hidden field and then use Automation to update the Organization(s) every time Organizations changes. then on the moment the JS ticket is create I can only copy the field Organization(s) from JSM to same field in JS to simplify and to same automation interactions because having the field change rules only for JSM project will not count on the global limit.
The only part is not working in JSM is to convert Organizations which is of type Organization into Organization(s) type Labels. I have try to do it in the Automation but is not working below is the code i used
{
"fields": {
"customfield_10050": ${issue.get("customfield_10002")*.name.flatten()}
}
}
i have this error
Error while parsing additional fields. Not valid JSON.
Hi Odimar, I'm curious, would it be possible to give some more detail as to how you'd use that field?
When we implemented JSM, I wanted the same thing. I had a user defined field in Jira called Customer that I wanted to use to store the name of any customer reported tickets. I decided not to pursue it,
I'm pretty sure you could use an Automation and the API to pull that information and update Jira, we're doing something similar when we create a ticket to grab the user's Organization and update the ticket. I figure you could use a similar API to grab the organization and update a field in Jira.
I ended up deciding we didn't need it, as we link the customer's reported Service Request of the issue to the bug created in JIRA. Then we have an Automation to update the JSM assignee when the bug is fixed in Jira.
Might not be exactly what you're looking for, but I thought I'd share what we're doing.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no way to do that by default but you could create a custom field and then use Automation to copy the Organizations value to the custom field. Would this work for you?
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.
The field type doesn't matter - if you create a short text custom field then it will copy any value from the other field.
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.