Forums

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

How AGILE REST API affected by change: The “Epic Name” field will become optional from 15 Jan 2023

Dmytro Lumelskyj {Appfire}
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2022

Hi, 

EPIC can be received via REST API in two ways:

  1. rest/api/3/issue/{Issue id or key} ( works for Company and Team managed epics)
  2. rest/agile/1.0/epic/{Issue id or key} ( works for Company managed epics)

I can't find info on how this change affects Jira Software (aka AGILE) API to get epic?
Do name and summary also be changed?

Currently, via "Jira Software" API I get a name field equal to the custom field "Epic Name" from the GET issue REST.

sample response from rest/agile:

{
"id": 36553,
"key": "TECM-1",
"name": "TEST EPIC NAME",
"summary": "test epic summary",
"color": {
"key": "color_2"
},
"done": false
}

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events