Hi Folks.
I have created the variable in Jira automation and have to put those variables into the Batch (Text type custom field). Kindly help me with this.
Thanks & Regards
Raju
Hi @Bill Sheboy ,
I am not aware of that web request Url. I used this API to update the custom field
"<my organization url>.atlassian.net/rest/api/3/customfield/{{12759}}",
choose the PUT HTTP Method, and advanced edit field options like
{
"fields": {
"customfield_12759": "{{VersionRDY}}{{VersionRDWeek}}_{{VersionRDD}}_{{BatchName}}"
}
}
When I run this automation rule It's thrown the web request error 404.
Regards
Raju
First thing, I recommend removing that image and replacing it to obscure your URL and authentication information. Perhaps also select the Hidden option for your header data.
Next, please describe what is not working as you expect?
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.
I was suggesting to conceal the URL and security information in your screen image, not to completely remove it.
You appear to want to change the options for a select list, custom field. If that is correct, please look here for the REST API methods which apply:
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.