I want to know if it possible to push subtask from DefectDojo to an existing issue or task int to existing JIRA project. king regards,
When I use Auto-Schedule in JIRA Advanced Roadmaps for an Epic with four stories where some stories some have subtasks where every subtask has estimated hours n
I'm implementing Automation for Jira for my current project, but have hit a roadblock. Currently the workflow is like this: Trigger -> Issue transitioned to
My team use Jira and we often work with open source software which are hosted on GitHub. I often get request from my PM to update the status which can sometimes
I have to migrate almost 150 Test Case (JIRA Tasks) to Azure Test Plans. Is there any way I can directly export JIRA TCs and Import them into the AZDO?
I am using following code to create an issue : from jira import JIRA import pandas as pd user = '[email protected]' apikey = 'XXXXXXXXXXXXXXXXXXXXXXX'
I'm completly stuck trying to implement AUI.select2 style multiselect customfield in jira plugin. in main class I just declare the constructor and do not overri
I'm trying to download a file from jira server using an URL but I'm getting an error. how to include certificate in the code to verify? Error: Error: unable to
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
Is there a way to search a field with wildcards? I have two fields and I just want names starting with DEVX. I have tried quotes and asterisks, like "DEVX*". I
My below code is getting me a null pointer exception when I try to get time tracking for my issues , even if the issue have time tracking , I'm using this api:
I am in a situation where I have a Basic JQL i.e. issueKey in (JIRA-1,JIRA-2,...JIRA-1000) I would like to add a AND condition and filter out the only issues wh
I am trying to integrate my GitHub Enterprise account with JIRA via the steps documented here: https://confluence.atlassian.com/display/AOD/Linking+a+bitbucket+