All Questions
Tagged with atlassian-python-api python-jira
2 questions
2
votes
1
answer
1k
views
Unable to fetch the jira cloud assets through atlassian-python-api
I am working on a Atlassian Jira cloud product. I have a requirement to get the details of Jira cloud assets and update a field with some specific key-value pair. To achieve same, I have chosen python ...
1
vote
2
answers
2k
views
getting error on updating assignee and comment field in JIRA using python
I am using python to automate JIRA process, while doing I am unable to update Assignee and Comment fields.
While updating Assignee field, not getting any error, but the value is not updated properly, ...