-
Notifications
You must be signed in to change notification settings - Fork 131
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
[issue 773] Jira's autolink should support issue links that contain a comment link in the URL #839
Conversation
Hello @sibasankarnayak, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
Codecov Report
@@ Coverage Diff @@
## master #839 +/- ##
==========================================
- Coverage 34.81% 34.78% -0.03%
==========================================
Files 52 52
Lines 5949 5954 +5
==========================================
Hits 2071 2071
- Misses 3666 3671 +5
Partials 212 212
Continue to review full report at Codecov.
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. /cc @aspleenic |
@mickmister as discussed over call , confirmed that autolink feature works in master and kept the shorthand and added the project independent regex for ticket url and comment url |
@dipak-demansol When you review this, please test the plugin upgrade path. Meaning:
Please test with Jira Cloud and Jira Server |
@sibasankarnayak @mickmister i can still see the same output before and after installing the PR build. steps 1) installed the market jira build. |
@sibasankarnayak @dipak-demansol Can you please get together and try to debug the issue @dipak-demansol is seeing? |
I see you install the market jira build that doesn't contain the solution , try installing this PR and then do test with required step. |
@sibasankarnayak I have also tested this and see that the latest commit on the PR does not solve the issue. See screen below. Regarding your comment above:
|
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.
please check this comment @sibasankarnayak #839 (comment)
@DHaussermann i Used the same build and it worked for me this time, i just removed the jira instance and connected again but you and me we also did the same thing and it was not worked for us so need to investigate that what was the exact reason because of that the same build previously not worked for us. its working still without knowing the cause of the issue i can't pass this. attacking the screenshot as its now worked for me,
|
added autolink for link that contain a comment link
ticket here
Fixes #773