Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude link not excluding "relates to" #24

Closed
cah-brandon-trebbien opened this issue Mar 2, 2018 · 2 comments
Closed

Exclude link not excluding "relates to" #24

cah-brandon-trebbien opened this issue Mar 2, 2018 · 2 comments

Comments

@cah-brandon-trebbien
Copy link

jira-dependency-graph.py:
--exclude-link 'relates to' --exclude-link 'SAFe Parent of' --exclude-link 'SAFe Child of' --ignore-epic --show-directions outward --ignore-subtasks --dont-traverse --local $ISSUE > $ISSUE.dot

'SAFe Parent of' and 'SAFe Child of' work
'relates to' does not

image

@thomas0306
Copy link
Contributor

thomas0306 commented Nov 21, 2018

Hi,

I observed some of the link type in jira will actually return with a tab appended, i.e. "is required by\t".

I think by invoking strip() the link type in the exclude logic will resolve the issue. I will create a PR right ahead.

pawelrychlik added a commit that referenced this issue Oct 27, 2019
Add strip in exclude logic for #24
@pawelrychlik
Copy link
Owner

Uh, I could not reproduce, TBH. I did check the "relates to" link type, all fine. strip() doesn't seem to break anything, so I decided to merge. Thanks @thomas0306

gfaza pushed a commit to gfaza/jira-dependency-graph that referenced this issue Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants