With the Importing data from JSON format how to I specify an issue hierarchy like
Epic-> story -> subtask?
Can we do something like this?
{
"priority" : "Major",
"description" : "Epic for Workload1 - WellArchitectedLens",
"status" : "Open",
"reporter" : "AWS user alias",
"issueType" : "Epic",
"summary" : "Workload123 - WellArchitected",
"key" : "WA123-WA"
},
{
"status" : "Open",
"reporter" : "AWS user alias",
"issueType": "Story",
"parent": "WA123-WA",
"summary" : "SE1",
"label": "Security",
"key" : "WA123-SEC1",
"parent": "WA123-WA",
},
How we specify the parent in the issue?
Hi @Priyanka sawant ~ have a look at these previous questions / answers. I've done both and they work well.
Shoutout to @pborkowski and @Nic Brough -Adaptavist- !
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.