Forums

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

Plugin Checklist for Jira | Free

Varvara K_
Contributor
September 24, 2025

I need to use automation to insert items into a task checklist. But the only way to insert is marked 1, and I need type 2.

Так же вот моя автоматизация:

Trigger: Issue create

Send web-request: https://NN.atlassian.net/rest/checklist/1.0/checklist
Post
body: {
"issueKey": "{{issue.key}}",
"name": "INFO",
"checked": false
}
headers: Authorization - <Token>
Content-Type: application/json

 

2 answers

0 votes
Tomislav Tobijas
Community Champion
September 24, 2025

Hi @Varvara K_ ,

As this is a Marketplace app, the recommendation would be to reach out to the vendor directly (you can find contact info in the provided link).

Also, have you used the following APIs: Checklist API?

I've used the app, but never used their APIs...

Cheers,
Tobi

0 votes
Varvara K_
Contributor
September 24, 2025

image (5).png

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