Jelly script: severity and priority are being ignored by jelly runner.

Neeraj Kumar November 12, 2013

<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?

1 answer

1 vote
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 12, 2013

Priority must be lower case (priority), since severity is a custom field use the syntax

<jira:AddCustomFieldValue id="customfield_10000" value="field value"/>
Neeraj Kumar November 12, 2013

Alright, that was silly on my part :). Thank you for the answer.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events