We use Jira and have an automation rule set up to transfer story information transferred to GitLab. Is there a way to send the Checklist Pro information to GitLab in Gitlab Checklist format?
### Definition of Done
- [ ] Item 1
- [*] Item 2 (done)
- [ ] Item 3
Hi Martin!
I'm from the Checklist for Jira | Entreprise team on Data Center, I believe you are using our app because 7.1.8.10 is one of our version!
There are no existing features that would do this for you.
With Automation you can loop over each checklist item, read their values, and write in the GitLab format based on that. If it's possible to use Smart Values in your automation action that moves the data to GitLab, then you should be able to achieve something.
Here's a quick (untested) example to show you what I'm thinking about:
{{#Checklist}} - [{{if(checked)}}*{{/}}] {{name}} {{/}}
This could result in something like:
- [] unchecked item
- [*] oh this item is checked
Take a look at our documentation for available smart value properties.
I hope this helps!
Kind regards,
Maxime
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.