|
|
|
|
|
by edwinnathaniel
3594 days ago
|
|
I remember last year I was going to start playing around with Atlassian JIRA API because of the massive installation my employer has (hosted internally, today's version: JIRA v6.3.11) and the experience was like an uphill battle. If I want to get started again, where would you suggest me to look? I believe one should start with basic JIRA knowledge to understand the fundamental of the software/system/service before they continue to tackle the API (I believe most people, except Managers, use JIRA as told without knowing some fundamental idea behind it). |
|
1. Start here https://developer.atlassian.com/jiradev/getting-started/gett...
2. Install the SDK (it has some pre-reqs) and build Hello World https://developer.atlassian.com/docs/getting-started/set-up-...
3. Bone up on Plugins2 a bit more https://developer.atlassian.com/jiradev/jira-platform/buildi...
4. API Reference https://developer.atlassian.com/jiradev/jira-apis (I recommend the REST APIs + Webhooks wherever possible).
I'm really keen to talk with you about your experience going through that - there's a lot of history and we're aware we need to clean up the journey.
_* If you were developing for JIRA Cloud you'd be using Atlassian Connect.