Content
Learnings
-
JIRA migrators implemented in other PM tools
-
YouTrack
-
ClickUp
-
https://help.clickup.com/hc/en-us/articles/6310954639255-import-from-jira
- New importer which uses backups as a data source
-
https://help.clickup.com/hc/en-us/articles/12224657564695-import-from-jira-legacy
- Legacy importer uses rest API
-
-
-
JIRA DATA CENTER
-
End of life details: https://www.atlassian.com/licensing/data-center-end-of-life#data-center-eol-general-questions
-
End of support details: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html
-
REST API DOCS
-
Last version: https://developer.atlassian.com/server/jira/platform/rest/latest
-
Previous versions list: https://developer.atlassian.com/server/jira/platform/rest/v11003/intro/#previous-versions
-
How to create and use a persona access token: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
-
Folder with old REST API API versions by build number: https://docs.atlassian.com/software/jira/docs/api/REST/
- to find a build number serverInfo endpoint can be used: https://docs.atlassian.com/software/jira/docs/api/REST/1000.300.0/#api/2/serverInfo-getServerInfo
-
-
REQUEST RATE limiting can be disabled
-
LOGS
-
Useful log files: https://confluence.atlassian.com/jirakb/useful-log-files-in-jira-1027120387.html
-
For example access logs can be useful to see what requests other PM tools sent to get data from JIRA instance.
-
-
DATABASE SCHEMA
-
VERSION RELEASE NOTES
-
-
JIRA CLOUD
-
REST API DOCS
-
USERS sync
-
through REST API potential bummers
-
email can be hidden due to Privacy Policy
-
if inactive/deleted user has no Atlasian account it will not be returned by the API
-
-
through SCIM API
-
-
REQUEST RATE limiting must taking into consideration to get data through APIs
-