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

@Issue does not open the link set as value #2135

Closed
1 task done
nitaandreea opened this issue Oct 4, 2023 · 4 comments · Fixed by #2281
Closed
1 task done

@Issue does not open the link set as value #2135

nitaandreea opened this issue Oct 4, 2023 · 4 comments · Fixed by #2281
Labels
type:bug Something isn't working

Comments

@nitaandreea
Copy link

Describe the Bug

Link provided in the @issue value does not open

Steps to Reproduce

  1. Annotate your test with @issue and provide a value linking it to the corresponding Jira bug. Ex: @issue("https://www.myJira.com/Bug-123")
  2. Generate the report and click the link displayed in the Link section
  3. The page is redirected to itself

Expected Behaviour

Clicking the issue link should open the Jira link.

Screenshots or Additional Context

html config

What Language are you using?

Java

What Framework/Allure Integration you are using?

allure-maven

What version of Allure Integration you are using?

2.12.0

What version of Allure Report you are using?

2.24.0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@nitaandreea nitaandreea added triage type:bug Something isn't working labels Oct 4, 2023
@baev
Copy link
Member

baev commented Oct 4, 2023

What test framework are you using?

@nitaandreea
Copy link
Author

    <dependency>
        <groupId>io.qameta.allure</groupId>
        <artifactId>allure-junit5</artifactId>
        <version>2.12.0</version>
    </dependency>
    <dependency>
        <groupId>io.qameta.allure</groupId>
        <artifactId>allure-rest-assured</artifactId>
        <version>2.12.0</version>
    </dependency>

@baev
Copy link
Member

baev commented Oct 5, 2023

@nitaandreea allure-junit5:2.12.0 release date May 21, 2019, could you please check the latest versions to ensure the problem still exists?

@nitaandreea
Copy link
Author

Yes, the problem still reproduces with version 2.24.0.

  <dependency>
        <groupId>io.qameta.allure</groupId>
        <artifactId>allure-junit5</artifactId>
        <version>2.24.0</version>
    </dependency>
    <dependency>
        <groupId>io.qameta.allure</groupId>
        <artifactId>allure-rest-assured</artifactId>
        <version>2.24.0</version>
    </dependency>

@baev baev mentioned this issue Jan 9, 2024
2 tasks
baev added a commit that referenced this issue Jan 10, 2024
@baev baev removed the triage label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants