Jira Development Literature

slothstronaut April 6, 2017

Hello everyone! 

Can anyone recommend not-outdated literature on developing JIRA plugins from scratch? The official documentation seems only sufficient for simple plugins.

It would be nice if theres a chapter about authentication process and blocking requests ( are filters sufficient for this?), as this - I assume - are the two main things needed for developing a multifactor authentication plugin, which I'm planning to do.

If by any chance Jobin is reading this: Does the newest Version of your CookBook also covers development process using Atlassian Connect, or isn't it still that good of an approach as p2? Or do the two technologies may have different application areas, which I didn't get from the official documentation yet? 

If anyone can provide any type of additional information about the development of plugins/add-ons, it's very much appreciated =)

Thanks in advance, 

slothy

2 answers

1 vote
Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017
slothstronaut April 7, 2017

Thanks for your answers Sam! 

As now mentioned in the developers board, I am using the server version, so Connect isnt an option anymore.

Summary:

  • Jira Server --> use P2
  • consider literature by Jobin Kuruvilla and Matthew B. Doar
  • take a look at sourcecode in marketplace
0 votes
Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017

Hi slothy

Jobin's 'JIRA Development Cookbook (3rd Edition)' doesn't cover developing Connect add-ons, I'm afriad.

The book just has a short paragraph about Atlassian Connect which directs the reader to the docs at: https://developer.atlassian.com/static/connect/docs/latest/guides/introduction.html

Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017

I should have mentioned above that newer developer documentation for JIRA Cloud is here: https://developer.atlassian.com/cloud/jira/platform/

And the developer blog has some great articles: https://developer.atlassian.com/blog/categories/jira/

https://developer.atlassian.com/blog/

Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017
Jeet G April 6, 2017

Sam, what about Server? I know there are some differences between Cloud and Server. Do those apply in the context of the links you've provided

Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017

The links above with 'cloud' or 'connect' in the URL are specifically about Cloud.

For server you need to start on this page: https://developer.atlassian.com/docs/ (look at the 'JIRA Server platform' link).

On the developer blog, it depends on individual articles as they cover all sorts of Atlassian development related things. It's usually obvious from the titles and tags what they are about.

Suggest an answer

Log in or Sign up to answer