Simple Tasklists add-on: Creating task using REST API

Takeshi Nakamura February 19, 2018

I use Simple Tasklists add-on.
Is there a way to create checklist tasks by using REST API?

2 answers

0 votes
Kseniia Trushnikova
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 17, 2025

I contacted the app support team and was informed that the Simple Tasklists app ships with a private API that can be used to create/edit tasks directly.

The API is intentionally marked as private, as it does change occasionally for bug fixes and enhancements. If you want to use the API, please contact the support team: https://tssteam.atlassian.net/servicedesk/customer/portals

The support team provided me with examples of CURL calls.

0 votes
Danyal Iqbal
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.
February 19, 2018

See https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/.

Personally I like to use java rest client.

You could obviously use python as well. See python client

Takeshi Nakamura February 20, 2018

Hello Danyal,

Thank you for your reply.
I should have explained enough.

I use Simple Tasklists add-on which adds checklists to issue.
I want to add checklists by using REST API.

Danyal Iqbal
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.
February 21, 2018

Use the REST API browser to search for "checklist" etc to find out if the addon exposes a REST API.

Takeshi Nakamura February 21, 2018

Thank you for the information!
I will try it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events