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.
When I have a Jira issue page open in my browser, and others are working on that issue in parallel, there is no way to see that anything changed, until I explicitly check by reloading the page.
Is there a way (a browser extension, a GreaseMonkey script, ...) to let the browser regularly check whether the issue was updated, and then e.g. show a big 'refresh to see updates' button (perhaps even without reloading the page, using e.g. refreshIssuePage
from https://developer.atlassian.com/cloud/jira/platform/jsapi/jira/).
(Update: Retagged because I'm interested in a Jira Data Center solution; but don't let that keep anyone from submitting Jira Server or Jira Cloud answers!)
Update: If someone can point me to documentation or examples showing me how to do REST API calls from a Jira issue page, so that I can figure out 'was something changed since the time this page was loaded?', then I could try to write a userscript myself.
Answering my own question here: It seems one can just do calls to .../rest/api/latest/..., following the documentation on https://docs.atlassian.com/software/jira/docs/api/REST/latest/.
Based on that, I've written a very basic userscript, tested with Jira Software 8.20. See https://gist.github.com/marnix/0d27e891be359afc69ba5b090b6607b1, and a direct link to the script is https://gist.githubusercontent.com/marnix/0d27e891be359afc69ba5b090b6607b1/raw/jira-issue-page-updated-notification-userscript.js .
Hope this helps someone out there...
That's not exactly what you're looking for, but this app shows you who else is online looking at the same issue.
https://marketplace.atlassian.com/apps/1218874/who-is-online-for-jira?hosting=cloud&tab=overview
I hope that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Because I was focusing on a browser-side solution (an extension/plugin, or a userscript) I didn't think to look at the marketplace, so thanks for that hint!
Looking there, I now found https://marketplace.atlassian.com/apps/1211504/issue-edit-notifications-for-jira which is exactly what I'd like to have!
Unfortunately that is only for Jira Server, while we are using Jira Data Center. (I've updated/re-tagged the question based on that.)
Still: Thank you very much!
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.