Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Issue Id in JIRA using Class?

Ramesh Lakshmanasamy January 29, 2018

I want to get Jira Object using JIRA ID.Can anyone help me?

1 answer

1 vote
Alexey Matveev
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.
January 29, 2018

It would be like this

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue

MutableIssue issue = ComponentAccessor.getIssueManager().getIssueObject(10102L)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events