Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Filtering and showing changes

All users who change tasks in Jira are recorded in the Jira system logs. Any update you make (status, priority, assignee, or other fields) is a new change that will be added to the system log.

As a user, you can actually see all the changes at the bottom of the task in the tab, BUT it's not convenient when you want to see specific changes in your projects as you have to open every task one by one.

How to see ticket history jira.png

The Issue History for Jira add-on can read the full task log "on the fly,” parse the data, format it, and show it to the user. The app also presents a history of changes for one task but with flexible filters and colored highlighting:

image-20240416-085600.png

If you need ALL changes on all tasks for a group of colleagues or a project, go for the main add-on window. Here, you can see ALL changes according to your filters (by time, by the user who made the changes, by projects, by JQL requests, etc).

image-20240517-020453.png

Important: The Issue History for Jira add-on does not store changes in its own database – we parse the selected changes "on the fly".

Restoring deleted issues

The add-on also allows you to return tasks if they have been deleted.

How does it work?

To begin, activate the option to track deleted issues. The app will intercept calls to destroy tasks and save them.

image-20240511-104339.png

How do we store information about deleted tasks?

All information about deleted tasks is stored in Jira issue properties. This means that the information about the deleted issue is only available on the Jira Cloud in your account and is not stored on the addon's servers.

What is property? - https://developer.atlassian.com/cloud/jira/software/jira-entity-properties/

What information do we store on our resources?

We can only store configuration information that helps you work with our add-on, such as:

  • the latest changes to the selected add-on filters

image-20240517-024734.pngimage-20240517-025354.pngimage-20240517-025856.png
  • sorting order of display elements in the main window of the add-on table

image-20240517-034510.png

Additional security questions

  1. Check out the section /wiki/spaces/PM/pages/2997026839

  2. Contact our support team https://saasjet.atlassian.net/servicedesk/customer/portal/1

Haven’t worked with the add-on yet? Give it a try

https://marketplace.atlassian.com/apps/1220385/issue-history?hosting=cloud&tab=overview&utm_source=Confluence&utm_medium=refferal&utm_campaign=Documentation_Issue-History-for-Jira-Cloud

  • No labels