In-house, we use the phrase "engineering card" instead of "epic". I've been asked if it is possible to change all occurrences of the word "epic" in Greenhopper to either "engineering card" or an appropriate shortened version of it.
For example, if you look at Screenshot 1 in https://confluence.atlassian.com/display/GH/Editing+or+Renaming+an+Epic, what I want to be able to change is "EPICS", "Create epic" and "Create issue in epic" so that the word "epic" is something else.
This doesn't seem to be supported directly by the product so I was wondering if anyone knew where to find the appropriate files and how to edit them to change this phrasing?
Thanks.
I will try it. But why do they 1) say it should not be edited? and 2) allow it to be edited?...
That's why you should use a staging instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On a staging area, I would try it out, try with a Jira update and a Jira Agile update.
But since Atlassian warns about this, I am still worried that some future update will break it.
Also, to the left in the Jira Agile view, there is the pane "EPCIS". I assume I can't change the name of that one. Without editing some jar file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our company is doing iterative development, but we are not really agile as our customers do not change their minds and are not colocated with us. So we have up-front, contractually binding requirements, followed by iterative development within the company.
Also we do not like the word Epic, both since some of us have an allergy to Extreme Programming, apart from TDD, and because the word Epic confuses people. We do not use "Epics" according to the original definition of the word, i.e. "large User story that needs to be broken down further". We do not even use the term "User story" within Jira.
The whole Extreme Programming aura leads to some colleagues not realising that we have up-front requirements that need to be handled with extreme care.
But we do use the "Epics" functionality in Jira Agile. Ideally, "Epic" should be renamed to something like "Work package", with the explanatory text:
[A priotrised(?)] Collection of Work items that together add some End-to-End functionality to a project or a product. Normally of a size small enough to allow it to fit within a sprint.
So, if this isn't possible, it would be eminently useful if it were.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's easy to change the description of the Epic issue type at Admin, Issue Types, even though it says "Created by GreenHopper - do not edit or delete. Issue type for a big user story that needs to be broken down."
You could also try using the Translate link at the same place (in a staging JIRA first)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Faysal said, renaming the word Epic isn't a walk in the park. You've got a lot of dependencies and different language packs, code snippets. Upgrading JIRA and you'll lose all the chenges...
I'm not sure if this helps as the source of your problem is Greenhopper:
https://marketplace.atlassian.com/plugins/com.atlassian.translations.jira.inproduct
Nevertheless, I would try to convince my company to go along with the word "Epic". I've been through this and people will get used to a lot of stuff if they have to :-) Sorry that this doesn't really answer your question...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Philip,
i think this is inside the Greenhopper plugins jar file.
EPIC is an inherent part of the plugin and i bet renaming EPIC to something else will cause more than just trouble.
renaming "Create epic" to i.e. "Create engineering card" must happen inside the code itself i assume.
maybe somewhere in this area
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
grep -ri "Create epic" * com/pyxis/greenhopper/jira/actions/BoardAction.properties:gh.epic.operations.create=Create epic includes/js/rapid/ui/epic/EpicQuickCreate.js: * Factory to create Create Epic Form includes/js/rapid/ui/epic/EpicView.js: // register the create epic dialog includes/js/rapid/ui/epic/EpicView.js: // create epic issue includes/js/rapid/ui/version/VersionView.js: // register the create epic dialog grep -ri "Create issue in epic" * atlassian-plugin.xml: <!-- Create Issue in Epic Header Link --> com/pyxis/greenhopper/jira/actions/BoardAction.properties:gh.epic.create.issue=Create issue in epic com/pyxis/greenhopper/jira/actions/BoardAction.properties:gh.epic.operations.create.issue.in.epic.title=Create issue in epic : {0} com/pyxis/greenhopper/jira/actions/BoardAction.properties:gh.issue.panel.issues.in.epic.create.issue.in.epic=Create issue in epic includes/js/viewissue/QuickCreateIssueInEpic.js: // delegate click handler for create issue in epic link
that's inside the jira-greenhopper-plugin-$RELEASE.jar
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.