Forums

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

How to add a action item using a Rest API rest/api/3/issue

Rogerio
Contributor
October 14, 2025

I tring to create a issue using a post Rest API v3 /rest/api/3/issue.

My json is as: 

{
"fields": {
"project": {
"key": "TAS1"
},
"issuetype": {
"name": "Task"
},
"summary": "Checklist da Sprint [TAS1 Sprint 24]",
"priority": {
"name": "Medium"
},
"reporter": {
"accountId": "xxxxx"
},
"assignee": {
"accountId": "xxxx"
},
"duedate": "2025-10-18",
"description": {
"type": "doc",
"version": 1,
"content": [
{
"type": "taskList",
"content": [
{
"type": "taskItem",
"content": [
{
"type": "text",
"text": "Item de ação 1"
}
],
"attrs": {
"localId": "",
"state": "todo"
}
},
{
"type": "taskItem",
"content": [
{
"type": "text",
"text": "Item de ação 2"
}
],
"attrs": {
"localId": "",
"state": "todo"
}
}
]
}
]
}
}
}

But it don't work and return the status 400 (Bad request) and a respose {
"errorMessages": [
"INVALID_INPUT"
],
"errors": {}
}

Could you help me, please? I didn't find a solution.

1 answer

0 votes
Bill Sheboy
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.
October 14, 2025

Hi @Rogerio 

That is not publicly supported yet, and it is not in the Atlassian Document Format (ADF) documentation.  Here is the suggestion to add the feature, which you may watch / vote for to see progress:

https://jira.atlassian.com/browse/JRACLOUD-85414

And...I recall from the original announcement article for action items people have found undocumented ways to add action items, so take a look if you want to try those.

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events