Can I get the field 'Sprint Goal' added in the JIRA Rest API?

Reema Rao October 27, 2016
 

3 answers

1 vote
Nicole May 13, 2020

Hello, I am also trying to GET the Goal of a sprint. Is this already supported on Jira? 

0 votes
Martin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 26, 2017

The API functionality was added for JIRA Software Cloud in late October 2016. Examples were not added at that time but will be added soon to update the documentation at https://docs.atlassian.com/jira-software/REST/cloud/#agile/1.0/

The sprint goal can be added/updated as part of create, update and partial update for sprints.

POST /rest/agile/1.0/sprint/{sprintId}

{"goal":"example sprint goal"}


Kind regards,
Martin
JIRA Software

 

Similar to my comment on https://jira.atlassian.com/browse/JSW-7308

 

Reema Rao January 26, 2017

Thanks Martin.

Marc Richter July 31, 2019

Thanks @Martin , that's valuable info, but it does not answer when that will be available to on-prem Jiras like server or datacenter.

Do you have info on the roadmap details for this specific matter?

PS: Sorry, please forget this; I just notice this is in Jira Server API already:

https://developer.atlassian.com/server/jira/platform/preparing-for-jira-7-5/#rest-api-changes

Best regards,
Marc Richter

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 28, 2016

Where is the goal stored in JIRA?

Reema Rao October 30, 2016

It appears after creating a sprint - we can define the Sprint Name and Sprint Goal. We were hoping to get this 'Sprint Goal' field.

 

image2016-10-31 11:35:20.png

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 30, 2016

Ah, that's been added to Cloud recently.  The REST API has not caught up with it yes, but I don't think it will be long.

Reema Rao October 30, 2016

Thanks Nic. That sounds great. Would you have an idea of the timeline on when we can expect to have this? Even a rough estimate would do.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 31, 2016

No, I'm afraid I'm not an Atlassian with access to their development plans.

Suggest an answer

Log in or Sign up to answer