Website: suman-dinda.github.io
- 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}
pip install requests HTTPBasicAuth getpass logging
- Python 3+ Interpreter
python index.py
- 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 !!