Hi
Once again, I need your help.
I would like to set up the value of the context list field based on the user's group assignment, but the action to be performed does not have this field. Can this be programmed somehow differently smartvalue or some such?
Would you please clarify what you are asking? For example...
Are you trying to dynamically change the possible values for a cascading field (for later use in issue create / edit) based on issue assignment?
Or, are you trying to set the values of the cascading field, based on the issue assignment?
Or...something else?
Kind regards,
Bill
Hi as visible on picture.
When: issue assigned
and Asignee is in a specific users_gruop
set a value for field ABC (secelct list cascading)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for clarifying the question.
You may do that in the Additional Fields area, using advanced edit with JSON, as described here: https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/#Cascading-select-custom-field
The value in that Additional Fields box would be something like this:
{
"fields : {
"customfield_11447" : { "value": "parent_option1", "child": { "value" : "p1_child1"} }
}
}
Please substitute in your field name / custom field id, and the other details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
thank you for copying the atlassian documentation. I, however, need specific help. What should I do in this particular case and is it even possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on what you described, it is possible.
As your company's Jira site and custom fields are different from others, your solution will be different. What I provided is an example of how to do this and the steps to do so; identifying your field, values, updating the rule, and testing would be done by your team.
I recommend working with your Jira Site Admin to make this change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am Jira Site Admin hahahhahah
And as it described in ticked the question is related to Jira Software Cloud Solution ;)
Thank you for your commitment ;)
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.