I want to have assignee display in the time tracking report and have found where to make the changes
HOME/atlassian-jira/WEB-INF/classes/templates/plugins/jira/reports/time-tracking-issue.vm
but I cannot find anything about the appropriate variable to use to actually display the assignee
I have tried using variables from the workload report and other places as well but so far no luck
Thanks for any help
Try ${issue.assignee.name}. If you want full name, try ${issue.assignee.fullName} or ${issue.assignee.displayName} depending on the JIRA version.
Thank you very much for the suggestion, I am running 4.3.4 and so far this worked great! I am trying out the fullName today and actually went with something like this to capture if it is unassigned
#if ($issue.assignee)
$issue.assignee.fullName
#else
<em>$i18n.getText("common.concepts.unassigned")</em>
#end
Thank you again, I will update to confirm this worked out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The if statement I used did not quite work as expected but the $issue.assignee.fullName is working great, thank you again for your help with this
I grabbed the if statement from the plugins/issueviews/single-word.vm page so not quite sure why its not working in the plugins/reports/time-tracking-issue.vm, if you have any ideas on that one it is much appreciated
Again thank you for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so the $issue.assignee.fullName worked great on the atlassian-jira/WEB-INF/classes/templates/plugins/jira/macros.vm but does not work on the ../reports/time-tracking-issue.vm page
if you have any other suggestions it is greatly appreciated
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.
What kind of report do you need exactly?
It might be available in Clockwork Automated Timesheets already or we might want to add it.
Thanks,
Jack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack,
To install this app, you need to be the administrator of an Atlassian Cloud site. Unfortunately, we had a little trouble figuring out which site you are using.
If you are already using Atlassian Cloud, you can email your site admin and ask them to install this app for you.
appears when I try to install Clockwork Automated Timesheets
I have no idea why this brilliant software has hard times figuring out what logged user can manage...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We ran into a little trouble
It might just be a hiccup. Try again in a bit.
Why I try to install it from Jira Admin interface. Billing works well in Jira Cloud are there any other functions that work as well as billing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sergey Sheypak,
Clockwork is a free app at the moment so you won't be charged for using it.
If it is installed successfully, you can visit any Jira issue and see the Clockwork panel that helps to track time and watch the progress.
You can also visit the Clockwork project page that shows the summary in the form of the timesheet.
I wonder if the above timesheet is what you are looking for or maybe you need something more?
Cheers,
Jack
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.
Perfect. Give it a try then and share your requirements and comments.
Clockwork is under active development and every new idea can get in making it even better.
Cheers,
Jack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
It won't help with the reports built in to JIRA, but you can export reports to Word format with the Intelligent Reports plugin. You can design your template in Word, and fill in the data with point and click rules, so there is no need to learn any APIs to get the information you need into your reports.
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.