23 Aug 2023
12:41 PM
- last edited on
23 Nov 2023
03:57 PM
by
Michal_Gebacki
I have to create Jira tickets under certain Epic using Dynatrace and I tried using URL -
"https://{instance-domain}/rest/api/2/issue?id=COETGBAU-2787" under Settings > Integration > Problem Notifications, but nothing is working for me. It should create under the Epic but it keeps on creating under Project.
Solved! Go to Solution.
05 Sep 2023 11:02 AM
Hi @sureshvasudevan,
looks like the endpoint you passed to the integration is not valid.
It should have a format like this e.g. /rest/api/2/issue
More Info here
If you want to create the issue under a specific Epic you would need to pass that information in the payload
BR,
Mark