<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib"> <jira:CreateIssue project-key="ABC" issueType="Bug" severity="10002" Priority="2"
.....
In Severity, "1002" is the value for the drop down "2-Major".
the severity and priority are being ignored by the Jelly runner. It is not being updated in the created issue, and it is not reporting any error. Can anyone help?
Priority must be lower case (priority), since severity is a custom field use the syntax
<jira:AddCustomFieldValue id=
"customfield_10000"
value=
"field value"
/>
Alright, that was silly on my part :). Thank you for the answer.
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.