Hello,
Looking to update the JIRA workflow status using a Confluence form.
All Jira issues are automatically defaulting to the project status (NEW); I want this status to change when the user selects a different value on the Confluence form (i.e. PENDING), this is how I have mapped other fields on my form, I just can't seem to figure out what the workflow status is actually called so I can map it.
"customfield_10006" : "[entry.jiraissue]", "issuetype" : {"name": "Request"}, "priority" : {"name": "[entry.priority]"}, "components" : [{"name": "[entry.approvallevel.escapeJSON]"}], "labels" : ["[entry.pillar.id.escapeJSON]", "[entry.business.id.escapeJSON]"], "assignee" : {"name": "[entry.assignee]"},
Thanks,
Fabio
@Fabio Al-barrak Status would have to be changed after the issue is created through a transition. You can use an automation on issue create that transitions based on a field value.
Hey @Brant Schroeder where exactly am I entering this automation? could you please provide more details? Thanks!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.