Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Create Issue with Jelly (without required fields)

Stefan Niedermann April 3, 2014

Hello,

i want to write a jellyscript which creates a new jira issue (project, type, reporter are known).

If i create the issue in the jira web interface, there are some required fields.

Currently i have to fill these fields:

<jira:CreateIssue project-key="${projectKey}" issueType="${issueType}" issueKeyVar="issueKey" reporter="${reporter}" assignee="${assignee}" summary="${summary}" description="${description}" duplicateSummary="ignore">
	<!-- Dringlichkeit -->
	<jira:AddCustomFieldValue id="customfield_10620" value="--- Value read from Database Query ---" />
</jira:CreateIssue>

But i wonder if i can create issues without filling the required fields (sometimes not known if i import from jelly)?

I thought on using the API via core:invoke, but i didn't get it work.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Javier Portillo
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.
April 3, 2014

Hi, in my case I'm performing a close transition by using a jelly script and I always need to fill the required fields, so I supose that you will always to fill all required fields.

TAGS
AUG Leaders

Atlassian Community Events