Created an Epic using the below jason -
{"fields":{"project":{"key": "TEST"},"customfield_10401": "Epic Name 01","summary": "REST EXAMPLE1","description": "Creating an Epic via REST","issuetype": {"name": "Epic"}}}
Created a Story using the below jason -
{"fields":{"project":{"key": "TEST"},"summary": "Story01","description": "Create a Story via REST","issuetype": {"name": "Story"}}}
What is the jason to associate the above Epic and Story?
or
What is the jason to create a new Story which will create story as well as associate the same with Epic, created above?
https://docs.atlassian.com/jira-software/REST/latest/#agile/1.0/epic-moveIssuesToEpic
["issues": ["TEST-1"]]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.