-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
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
Uh, I could not reproduce, TBH. I did check the "relates to" link type, all fine. |
gfaza
pushed a commit
to gfaza/jira-dependency-graph
that referenced
this issue
Jul 13, 2022
Add strip in exclude logic for pawelrychlik#24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: