You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm fairly new to using confiforms for creating tickets in JIRA. I've been able to create some basic forms but looking to add some advanced features.
In confiforms, is there a way to link the issue being created with an existing issue in JIRA?
I want to do this using the JIRA issue key of the existing issue and also define the link relationship with "is parent task of" and "is subtask of". I'm looking for the JSON code that needs to be entered into the ConfiForms IFTTT Integration Rules.
I'm still building expertise with JIRA, Confluence and ConfiForms. Please 'dumb down' the explanation/answer as much as possible.
Thank you in advance!
Hi and welcome to community @Shiva
This is really a question about Jira REST API as this is the way ConfiForms integrates with Jira
And setting a parent is as easy as adding something like
"parent": { "key": "TEST-101" }
as per documentation examples found on https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples
Hope it helps
Alex
Thank you for the quick reply @Alex Medved _ConfiForms_ and @Fabian Lim
I'll give this a try and see how I can make it work. Please point me towards any additional documentation on REST APIs for linking new issues with existing issues in JIRA using ConfiForms.
Thanks in advance!
Shiva.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.