How to set Epic while creating issue using JRJC library?

anujkrmodi February 27, 2019
I’m using JRJC library to create and fetch issues from my application. How do we assign an Epic to the isssue while creating it?

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 6, 2019

Hello Anuj,

Welcome to Atlassian community.

You can extend your JRJC Script it with a method that wraps JIRA REST API Call: 

Set the 'Epic Link' via REST call

Or you can use implementation from Atlassian: https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client

The code snippet for REST Java Client for JIRA:

issueRestClient.linkIssue(linkIssueInput);

Let me know if one of the options above helps you, Anuj.

Suggest an answer

Log in or Sign up to answer