Skip to content
Advertisement

Tag: jira

How to concatenate strings in python?

I am doing automation in python for jira with the addition of jql search inside the service As a result: two JQL queries, one to search for “closed tickets” and the second to search for “created tickets” But as a result, I can’t add rows now. Expected Result: I got two lists inside with tuples. enter image description here enter

How To Dynamically Use User Input for Jira Python

So I am trying to make an interactive method of pulling out Jira information, based on a Jira Key. Full Code: The main thing that is breaking is this: For some odd reason, it doesn’t like the way I am using user input for jira_key even though it will print out what I want if I use print(jira_key) Am I

How to update JIRA issue reporter from Python

I’m trying to update the reporter of an issue using the JIRA Python API (version 1.0.3). I am signed in (using basic auth) as a user who has full permissions, and I am trying to do it for an issue which I myself have created. The issue is successfully created, however when I call the update command, it changes the

Advertisement