The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA REST API - Create Issue, Skipping Conditions/Validators/Permissions

Irtiza Rizvi
Contributor
July 18, 2017

Hello,

Is it possible to create an issue through the JIRA REST API while skipping conditions, validators, and permissions?

The use case is we want to be able to create a JIRA issue from another tool, selecting any project + issue type combination in JIRA.  Different combinations have different required fields, permissions, etc, but we want to bypass that and create the issue anyways.  Currently, for example, when we try to create an issue and do not set all the required fields, the REST API returns a 400 error.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Nic Brough -Adaptavist-
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 Champions.
July 18, 2017

REST respects the rules you set for your humans.  It wouldn't be much use if they could simply waltz around your rules by scripting a REST connection.

Irtiza Rizvi
Contributor
July 18, 2017

Gotcha.  So there's no way to override those rules, even if I authenticate the REST request as a JIRA global admin?

Nic Brough -Adaptavist-
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 Champions.
July 18, 2017

I think there's some stuff you can do if it is performed as an admin, but I can't remember.  Even if I could, I'd point out that it's a security risk, and bad practice.

Irtiza Rizvi
Contributor
July 18, 2017

Understood.  I'd still like to know what is involved and how this can be accomplished so I can communicate that, along with the security concerns, to my client.

If you do recall or come across any information regarding this, that would be greatly appreciated!

Gezim Shehu [Communardo]
Community Champion
May 30, 2018

Hi guys,

 

@Nic Brough -Adaptavist-

I'm curious how does Script Runner's built in function do it?

Just from the technical view :)

Nic Brough -Adaptavist-
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 Champions.
May 30, 2018

It's got direct access to the full API, it doesn't use REST for that.

Gezim Shehu [Communardo]
Community Champion
May 30, 2018

aaaaah.

That explains it.

 

Thanks,

Cheers