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.
It is really strange but is there any reference anywhere on Jira API, the one we use in Adaptavist ScriptRunner on the we or anywhere else?
[edit]
Suppose I want to read a custom user property via ScriptRunner. What reference of guide should I look for?
Hi Siavosh,
there is indeed documentation for Jira REST API (https://developer.atlassian.com/server/jira/platform/rest-apis/).
I am not sure what you mean by your question to REST API in connection with ScriptRunner. Did you refer to Script REST Endpoints?
Documentation on this you can find here:
https://scriptrunner.adaptavist.com/5.4.47/jira/rest-endpoints.html
Cheers,
Daniel
Hi Daniel
I don't mean the REST API. I mean the Java API. I mean this. But it looks like a bot generated listing. Not a useful practical usable reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The javadoc is not supposed to be a developer's guide, it's a practical usable reference doc.
If you want development guides, check the Atlassian plugin writers docs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response. I have used many technical references and I can tell you the link I shared merely lists the classes and methods with the least description possible. It is more likely to be used by the API developers as I believe that is what you meant. This is the entry point for that reference. You may compare it to MS MFC, Qt or Python references which all provide deep and detailed explanation of the design and use of their subject. One other link I found is this page which provides some examples. Even the final reference links provided in that page lead to the javadoc we talked about.
Would you be kind and provide me a link to the Atlassian plugin writers docs you mentioned if it is different from the links I provided?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where are Atlassian plugin writers docs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As @Daniel Ebers pointed to - https://developer.atlassian.com
The javadoc is minimal because there is no need for it to be complex. I've always struggled with some of the links you've mentioned because the docs are trying to talk at every level and hence there's vast amounts of useless (to me) verbiage in there. Docs should do one thing well, not try to be all things.
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.