Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We have found the Checklist for JIRA plugin very useful. We are primarily using it for ad hoc lists so far, letting users enter different checklist items per issue.
I am currently preparing a parameterized Excel workbook with a long list of tasks to be done during our quarterly patching weeks. The latest version of the task sheet will be saved as a CSV-file and imported to JIRA ahead of each patching week.
Each issue has its own checklist. I have successfully created a checklist field with only optional items. The checklist field appear in the import mapping, however, the checklist export format is not accepted for CSV import. Neither have I found any other way to enter values for this field. Is there a way to import checklist items in the current plugin version? If not, is this a limitation in your plugin, or in JIRA?
Hi,
Very sorry for the delay in the answer, Answers does not always send me notification when a question is asked for the plugin.
I have investigated this and while it is possible to import customfield values, the current JIRA implementation of the import for option-based customfield is useless as it tries to create global options for every item.
If you look at this thread, it seems that a user was able to update the field after the creation using JIRA CLI. Not as clean and useful but at least a work around.
https://answers.atlassian.com/questions/35770724
Yves
I have looked into all recommendations and discussion threads related to the checklist plugin, without finding a workaround I can use. I have considered using a bulk cloning plugin instead of CSV, but CSV import is preferable for my needs.
There already is a workflow post function that can append or replace check list steps, as documented in https://okapya.atlassian.net/wiki/display/CHK/Modifying+a+Checklist+in+a+workflow. This almost solves my needs. Except that the post function apparently only can add predefined hardcoded steps...
If the post function could be extended to allow checklist steps to be created from a text representation in another field, I could import the desired checklists into a hidden custom field, and then do a bulk transition after import to initialize the checklists.
The post function should accept the Import/export format defined in https://okapya.atlassian.net/wiki/pages/viewpage.action?pageId=16875531, making it simple for anyone to just export an existing checklist, and paste it into the corresponding Excel cell (representing the hidden text field).
Would this be possible for you to consider for an upcoming release?
Regards,
Einar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Einar,
It is something that can be done but it is very much a workaround for something not working with JIRA. I will first try to see if I can work with Atlassian to figure out how I can import my customfield via their import mechanism. If it doesn't go anywhere, then I will put your suggestion in the backlog.
Yves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yves,
Any progress on how to import checklists from CSV files? I need to find a practical setup for my client shortly for the repeating patching needs. We strongly prefer using checklist over subtasks...
Einar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yves,
Any progress on how to import checklists from CSV files?
Cheers
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andreas,
No, Atlassian, to my knowledge, never changed their import mechanism to allows add-ons to adapt the data to the process.
Sorry,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just to be clear: there is no way I can export checklists from the Okapya addon and import it back into the same addon somehow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use our REST API to import/export data or you can do it manually via the export/import function. It's just that the CSV import from Jira doesn't work as expected so it's preferable to avoid it.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I did check out the export/import function I noticed that there is a difference in how it works on Cloud and on Server. We try to migrate from Server to Cloud. I can export the old list. However, when I paste it into the Cloud checklist it will be converted to a checklist with one item containing the full text.
Therefore, I suspect that importing they way it's doable on Server is not supported on Cloud. Can you confirm this?
If so, do you have a suggestion what can be done to export lists from Server to Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Effectively, the server and cloud versions are two totally different beasts. Atlassian did not allow third party custom fields on the cloud instances so Checklist has a completely different architecture for the cloud and there are currently no migration path between server and cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifying this. We'll work accordingly around this now.
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.