user2389743
user2389743

Reputation: 11

Is it possible to edit previous sprint name in jira green hopper?

I made a mistake in naming the sprint in jira board now i got to know about it. so now i want to edit those sprint names to avoid ambiguity in future. Is it possible to change?

That is not the present sprint which is going on. Those sprints are already finished now i want to edit them. How?

I can rename the current sprint by on hover to sprint name but how to change the previous sprint name

Upvotes: 0

Views: 1644

Answers (1)

mdoar
mdoar

Reputation: 6881

The REST resource /sprint/{sprintId} looks like you can pass the existing sprintId parameter plus an updateSprintRequest object which has a name member variable.

Source code is in ./src/main/java/com/atlassian/greenhopper/web/rapid/sprint/CompleteSprintResource.java

Upvotes: 0

Related Questions