Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create JIRA issue with assignee as unassigned using REST API

I need to create an Issue in JIRA using the REST API from my Java program. While doing this I want to set the Assignee field to Unassigned. Everything that I have found in documentation and other questions has said to leave the Assignee field blank, however that will use the Default Assignee. I want to ensure that the Assignee field is left as Unassigned. How can I do this?

like image 951
Andrew_CS Avatar asked Nov 27 '25 11:11

Andrew_CS


1 Answers

Set the Assignee field to null and it will leave the Assignee field as Unassigned.

like image 102
Andrew_CS Avatar answered Nov 30 '25 01:11

Andrew_CS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!