I am using following code to create an issue : from jira import JIRA import pandas as pd user = '[email protected]' apikey = 'XXXXXXXXXXXXXXXXXXXXXXX'
I am using JIRA python API to create JIRA tickets from my code. The code looks like below from jira.client import JIRA def create_jira_issue(jira, summary, des
I'm trying to insert in my system hours loaded in Jira (with add-on Tempo Timesheets) using the API of Tempo. Steps I try to insert in my system the last insert
I'm trying to insert in my system hours loaded in Jira (with add-on Tempo Timesheets) using the API of Tempo. Steps I try to insert in my system the last insert
I'm trying to work with the Jira/Tempo API (with Python 2.7), but the documentation is woefully lacking (unless I'm missing something). Goal The goal is to get