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.