We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that in version 3.5.x, the new Jira cloud (and this package) required a user ID to add watchers. See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post
However, in #1682, someone added the (very useful) ability to once again add watchers by email addresses. However, they:
Please update the method and documentation so we can pass either an email address or an accountId, if we already have it.
accountId
Source: https://jira.readthedocs.io/_modules/jira/client.html#JIRA.add_watcher
The text was updated successfully, but these errors were encountered:
I agree with the sentiment here, and also described that the internal user lookup might be resulting in unexpected behaviour in this comment on #1301.
@adehad I'll be happy to look into this since I believe it'd be a good way to solve both this issue, as well as #1284.
Sorry, something went wrong.
@dimitarOnGithub happy for you to look further into a solution, thanks for this
fix(jira): pin jira to avoid extraneous calls when adding watchers
7fbaea4
See pycontribs/jira#1874, pycontribs/jira#1855
No branches or pull requests
Problem trying to solve
I noticed that in version 3.5.x, the new Jira cloud (and this package) required a user ID to add watchers.
See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post
However, in #1682, someone added the (very useful) ability to once again add watchers by email addresses. However, they:
Possible solution(s)
Please update the method and documentation so we can pass either an email address or an
accountId
, if we already have it.Alternatives
Additional Context
Source: https://jira.readthedocs.io/_modules/jira/client.html#JIRA.add_watcher
The text was updated successfully, but these errors were encountered: