The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to link issues when creating an issue from Confiforms

Erin Smith
Contributor
December 10, 2019

I have JSON code that creates an issue in JIRA when submitted through a Confiform in Confluence. 

If the request is a follow-up to a previous request I want the new issue created to be linked to the original issue. 

The only code I've found to do this is an update to the record. 

Is it possible to create the link at issue creation, or do I need to have a second IFTTT to update the issues after the follow-up issue is created?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Alex Medved _ConfiForms_
Community Champion
January 28, 2021

This is really a question about Jira REST API and how to link the issues between 

https://confluence.atlassian.com/jirakb/how-to-use-rest-api-to-add-issue-links-in-jira-issues-939932271.html  should help

(seems to be possible in "one go", at issue creation)