Skip to content

suman-dinda/remove-jira-issue-links-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove Jira Issue Links from issue-key

Author: Suman Dinda
Website: suman-dinda.github.io

Steps

  • Get issue-keys from csv file and fetch the issuelink key id using the jira get api key
/rest/api/2/issue/{issue-key}
  • Delete the issue link from the rest api with DELETE request
/rest/api/2/issueLink/{linkId}

Install Dependencies if any error manually

pip install requests HTTPBasicAuth getpass logging

Requirements

  • Python 3+ Interpreter

Run Program

python index.py

Notes

  • Code is under testing, the current index.py supports deletion of outward links with outware name 'Implments'
  • Make appropriate changes as required in line no: 47 for other link types

Good Day !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages