atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Atlassian Python REST API wrapper

Results 242 atlassian-python-api issues
Sort by recently updated
recently updated
newest added

I have tried the following code but it is not working for me. It does not show any error message either ``` jira = JIRA( url=f"{constants.URL}", username=f"{constants.JIRA_USERNAME}", password=f"{constants.JIRA_API_TOKEN}", ) print(f"BEFORE-...

Hello, does this library support insights? Do you plan to do it? Tks

Hi! Now more and more requests need to use the Insight objects, it means someone need to have that wrapper to easier works with cmdb. https://documentation.mindville.com/display/INSSERV/Insight+-+for+developers Cheers, Gonchik Tsymzhitov

help wanted
jira

I'm looking for ways to produce a "release report", including information such as a list of PRs that have been merged between two particular commits / tags. It would be...

I noticed an alias for Bitbucket on line 3 of __init.py__ `from .bitbucket import Bitbucket as Stash` As this is used in an example I began following the "Blame" trail...

Hi @gonchik - The v3.20.0 released 6 hours ago changes the format/type of the JQL() response on the jira API. Before the release, it would return a dict, now it...

Hi! I just stumbled upon this project, and I was wondering if Statuspage support could be added. I wasn't sure if you guys would be against it or not, and...

I have 2 issue with this function. 1)I think it could be a documentation error on https://atlassian-python-api.readthedocs.io/jira.html#manage-issues, The sample provide was transition_issue() instead of issue_transition(), please confirm. 2) using this...

Sometimes methond `confluence.remove_page()` with parameter `recursive=True` can't delete all child pages. Instead it will delete only fixed number of child pages and delete a root page. All remaining child pages...

Hi all, I have been using the API for a long time. Thanks to all the contributors for the great work. It has helped me a lot for automating content...