You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We're going through an upgrade cycle, from 7.13.6 to 8.20, we have a plug in called agility checklist (with Definition of Ready & Definition of Done) of which is end of life and support and we cannot get an update of this plug in or a license etc.
our business needs some sort of functionality like agility checklist, this is stopping us upgrading and therefore putting us at risk.
I have 2 options I see fit but not sure how to finish them off
1. extract & import the the data using rest/api from agility checklist to a custom field (success criteria)
2. extract & import the data using the PostgresQL DB from agility checklist to a custom field (success criteria)
I need to keep all historical data
any help would be greatly appreciated, this is stopping an essential upgrades and maintenance.
Hi Jack,
Which type of field is your destination custom field (success criteria)? Or have you not yet chosen which product will replace Agility checklists?
If you are using Checklist for Jira, you can use Jira's REST API to migrate your data into issues. (We also have ScriptRunner samples, and support CSV import.)
I believe Agility checklists stores their information in entity properties (issue's properties), so you would get the data first from there.
Kind regards,
Maxime
Hi Maxime,
Yes, I want to put it in success criteria, I've added that field to all of my screens so it available for all boards to use, I just need a way of copying the thousands of lines of data from agility checklist easily into success criteria..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack,
Thanks for the clarifications. But which type of field is Success Criteria? The type of field will affect which kind of data migration will take place.
You can see which type it is in your Custom Fields list.
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.
Hi Jack,
Thanks for the information.
Then I think you can retrieve Agility checklist data using entity properties (see retrieve data section) REST API.
Depending on how they data is stored, you may want to modify it before inserting it into your success criteria field.
Then use Jira's REST API Edit Issue method to update your success criteria field with the string value.
You can use scripting languages like Bash, JavaScript or Python to do the work (or ScriptRunner inside your Jira instance).
I hope it helps!
Maxime
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Jack Pattison and welcome to the community.
Have you considered migrating to a different checklist plugin?
You can have the functionality for checklists and checklist templates for DoR and DoD with Smart Checklist and you can import your data via CSV import.
Let me know a bit more about what is it that you need exactly from a checklist and I'll try to be a bit more helpful.
Cheers,
Oleksandr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oleksandr,
I do not wish to move to another plug-in, I want to put it in success criteria, I've added that field to all of my screens so it available for all boards to use, I just need a way of copying the thousands of lines of data from agility checklist easily into success criteria..
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.