-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add test case for JIRA ticket to full URL #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I am working on getting the CLA signed - need to clear this with my employer. |
This issue has been automatically labelled "stale" because it hasn't had recent activity. /cc @jasonblais @hanzei |
/check-cla |
/update-branch |
Thanks for adding this test case @grubbins 👍 |
In my organisation, we use the plugin to go from either:
JIRA-1234
, orhttps://jira/browse/JIRA-1234
to a shortened
[JIRA-1234](https://jira/browse/JIRA-1234/stuff)
link. This did not work in earlier versions of the plugin so we have for a while been running my forked version - however, I believe this now works. I just wanted to reflect this in the unit tests.