I have a field that I am using in global automation to fill in the value. But error log suggests this field is not available for my project type. However, the issue type shows available for all issue types and available globally for all projects. I am able to use it in an import for project type but automation doesnt like it.
I have to be missing something.. welp
Jira Cloud -
Here is the rule.. Create issue - from trigger issue - and everything is being created with the correct values except for this.
omg dont tell me its because I didnt put the brackets in
Since it works from Import i assume it is on your create screen for that project and the task issue type but here are a few aspects to double confirm.
If all the above is confirmed, try to set the field through the additional field section. First, remove it from the "Choose fields to set" area to avoid any conflicts.
{
"fields": {
"customfield_10014": 2
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @caglad
Please post an image of your complete rule and the Create Issue action. These will provide context to compare to the audit log details you show.
And, which version of Jira are you using: Cloud, Server, or Data Center?
Until we know that information...
I wonder: does the Create Issue action select the project and issue type explicitly? If not, that may be causing a problem with the field.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@caglad please try to stay in one thread when responding. That will help others reading this question in the future know if there are multiple solution approaches. Thanks!
Please post your complete automation rule, in one single image. That will provide context for where the Create Issue action is happening within the rule.
Which version of Jira are you using: Cloud, Server, or Data Center?
If Jira Cloud, what type of project is this: company-managed, team-managed, etc.?
Is your custom field visible on the views for creating an issue?
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.