Jira issue page updated notification

Give Jira issue page an update button, in the top navigation bar, when the issue is updated while the page is shown. Also update the title.

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v0.10 11/01/2024

    Version 0.10 has the following changes:

    • Continuously poll, and show an interval in which changes were made (not just the first detected change).
    • Mostly work around Jira 9 bug JRASERVER-76257.
    • Update Luxon dependency from 3.4.3 to 3.4.4.
  • v0.9 07/08/2023 Imported from URL
  • v0.8 24/04/2023
    • More precise notification, using the page's 'Updated' field.
    • Now also works on more pages, like .../projects/.../issues/... and .../browse/...?jql=....
    • Protect against (theoretical) HTML injection via Luxon.
    • (Console log message slightly improved.)
  • v0.7 17/04/2023

    Hide the 'updated' button after an inline edit of e.g. the Description of a Jira issue.

  • v0.6 28/03/2023

    Also handles pages like https://jira.example.org/projects/PROJ/issues/PROJ-64201.

  • v0.5 28/03/2023

    Increased 'issue update delay' from 2 to 5 seconds.

  • v0.4 24/03/2023