Hello,
Every time I try updating my custom field checklist using the REST API, if one item is checked true, the issue will display all items checked even though I set it to false. For example:
Hi @Alex Atkinson
Could you please specify which app provides checklist capability for your Jira instance? Without this piece of information it's hard to even start answering your question.
Since checklists are not native to Jira, there surely is an app installed in your environment that gives you this option.
With our Issue Checklist for Jira all checklists can be controlled by one Checklist text custom field, so you could control whether an item is checked or not by special markup.
Your request could look like this:
"fields": { "customfield_10200": "[x] Contact Manager\n* [] Create user in AD\n* []Assign user to AD groups\n* [] Assign M365 license" }
If this peaks your interest (or anyone else's reading this), you can read more about our interactions with Jira's REST Api here.
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.