You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Given a Jira client instancejira: JIRA# 2. With an existing case already in Jira XYZ-4# 3. Call the method: jira.add_watcher(case, user)# 4. No error return, but user was not added# 5. Tried with JIRA API v2 and it works.
Stack trace
No, allOK
Expected behaviour
I would expect that user will be added or error thrown.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
@JonasArroyo thanks for the report....
Now we have the CI system back up and running we're open for contributions. People are maintaining this package in their spare time. So we can't give guarantees on when this will be fixed. If it's a regression or urgent please open a PR.
Bug summary
Using Jira Python API: doesn´t work:
response returns an answer HTTP 200, instead 204 and user is not added as watcher
watcher variable confirms that user is not added
Using a POST query it works:
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
8.16.1
jira-python version
main
Python Interpreter version
3.10
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
I would expect that user will be added or error thrown.
Additional Context
No response
The text was updated successfully, but these errors were encountered: