You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
How to find Last activity date & time on the project wise.
please suggest me plugin names.
Regards,
Prajakta
Hi @prajakta_desai What do you mean by that?
A project in Jira consists of issues. The last activity date & time of a project is the last activity date & time of the most recent updated issue.
The Projects link in Settings shows you the Last issue update column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use this JQL:
issuekey in updatedBy("Agent Name")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are migrating from server to cloud.
i want to document the file.
is there any plugin? it will show the result of last activity date and time with project name.
and it will generate report in excel sheet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know what format you need, but you can check out Issue History for Jira app from my team. It is like a diary of all activities, so you can see what changes were made last and export the report to Excel/CSV.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean project configuration, or usage?
For people using the project, run a search for "project = X order by updated desc" - first line is the last issue that was amended in the project.
For project configuration, go to Admin -> Audit log. Project changes are logged in there, but you might also want to check the schemes the project is using to see if they have been changed too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- apart from audit log we have any options?
where we can get project wise changes report
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm a bit stuck - what do you think "project wise changes" are? If it's config, then, as I already said, the audit log tracks those, if it's issues, then use either my query or Dave's according to what you're looking for.
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.
Document what file?
Could you tell us what you mean by "activity"? Configuring the project or using 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.