Closed grantila closed 3 weeks ago
Latest commit: b5b74e362b18afe129a8af3cd610262f54430ed5
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thanks!
No worries @anicke! Could you trigger a release of this? 🙏
Done!
Multi-instance fix for user issues
After #202, I found that the user issues view produced a little weird result (which obviously passed me by before). The cache key used in those queries are identical for ever Jira instance, so the cache will be filled with one of them, overwriting the other.
This PR fixes this by prepending the instance url to the cache key, so they become unique for every [user+instance].
Checklist before requesting a review