Relative Content

Tag Archive for javajirajira-rest-apijira-rest-java-api

Creating a Jira issue with a specific issue link using Jira Rest Java Client(JRJC)

I am using the Jira Rest Java Client (JRJC) to interact with Jira through its REST API. I am able to create a new issue successfully using the JRJC, but I am facing challenges in linking the newly created issue to an existing issue while creating it.
I tried to follow the official Jira Rest API documentation for linking issues, but I am having difficulty implementing this functionality using the JRJC in Java. I want to achieve the following structure in the JSON request body for creating a new issue with a specific issue link (as shown below), but I am not sure how to do it programmatically using the JRJC: