I want to get Jira Object using JIRA ID.Can anyone help me?
It would be like this
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue
MutableIssue issue = ComponentAccessor.getIssueManager().getIssueObject(10102L)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.