I am new to Jira API and groovy. I am doing the automation of JIRA using script runner in groovy language. I want to have some knowledge of the JIRA API functions so that i can code using them. Please share some link or any document to help me from the beginning with JIRA API functions description.
90% of sciripts begins with the ComponentAccessor class.
You can find API about the class here:
You need to import the class first in your script:
import com.atlassian.jira.component.ComponentAccessor
Then you need to define, what you mean. You can get all kind of managers ((IssueManager, ProjectManager, JiraAuthenicationContext) and so on) through the class and then use the methods of managers to solve your requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @srishti singh ,
You can find interesting Groovy use cases on my new blog, where I will be sharing examples of Groovy usage in real-life applications.
I encourage you to have a look at it and sign up for the newsletter, there will be more interesting stuff there.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mentorship4U Your link doesnt work.please help me with the correct link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, the link is:
https://www.mentorship4u.com/
Can you send a screenshot showing what you see when you click it? (it works on my end).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.