I use Simple Tasklists add-on.
Is there a way to create checklist tasks by using REST API?
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use the REST API browser to search for "checklist" etc to find out if the addon exposes a REST API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.