Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×i have the original source code ,and i foud the location of core reports as given in tutorial( creating a report)
but i'm not able to find scrum reports such as burndown.
please share the location of the file
Do you have source code of Jira Agile? It lives there, not in Jira core. Jira agile is plugin bundled with Jira Software which is then installed on top of Jira core.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can download Jira Software from https://my.atlassian.com/download/source/jira
After 8.6 Jira agile is inside this repo so you should be able to get it.
Look for "greenhopper" directory and search inside for something like "SprintReport".
Before 8.6 Jira Agile was pulled in as a maven dependency so I am not sure if you can get the source code directly somehow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i looked for greenhopper directory, but only two image file is present.
is jira software source is different from jira source code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you already have the source code..can you please send me the file location
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm not 100% sure but it seems like the link for software source https://my.atlassian.com/download/source/jira-software is downloading Jira core source which doesn't contain what you're looking for.
I'm trying to get this issue resolved/figure out what's happening :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you ,
Let me know if you're able to resolve this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, as far as I understand:
The source distribution for both Jira and JSW was built as a Jira sources + source jars of the bundled plugins.
You can find inside "dependencySources" you should have something like `jira-greenhopper-plugin-8.7.1-sources.jar` the chart sources live inside it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.