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
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
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.