My organization does not use the word "sprint" (we use "iteration" instead). Is it possible to change the Scrum board so that it doesn't use "sprint"?
Thanks,
Aaron
I submitted this as an official support question to Atlassian, and the answer was basically, no, there's no way to do that. Here's the text of the answer:
Hi Aaron,
There is no way to change this label through the interface. I also tried the InProduct Translation but with no luck.
Maybe this can be achieved by some changes in the code, but since customisations are out of scope of this support channel, I'd advise you to ask it in a more specific way at answers.atlassian.com which is our community network where anyone can help you, and even our developers participate there.
Or, if this is an urgent matter, I can refer you to one of our Experts, that can make almost any customisations to JIRA.Thanks for your understanding. Please let us know if is there anything else we can do for you.
Best regards,
Andre Petry
Atlassian Support
Expected as much from them..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd upvote this as a feature request. I hate the word "sprint."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmmm, I would expect the terminology to be as stable as Saturn's rings: http://www.theregister.co.uk/2013/03/28/saturn_rings_four_billion_years_old/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not via configuration. The only way to change is to properties file in the plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you elaborate on this? I can't find any information about a Greenhopper properties file.
Thanks,
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Open up the GreenHopper jar and look for the right properties file that holds the translation value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to change all mentions of sprint into iteration in the BoardAction*.properties files.
Be sure to only change the values and not the keys.
For example :
gh.board.dispatch.error.no.boards.for.sprint=There are no boards which contain this sprint.
is changed to
gh.board.dispatch.error.no.boards.for.sprint=There are no boards which contain this iteration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.