Skip to content

Commit

Permalink
Merge pull request #49 from reportportal/EPMRPP-86867
Browse files Browse the repository at this point in the history
EPMRPP-86867 || fixed documentation link
  • Loading branch information
pbortnik authored Dec 19, 2023
2 parents 696887b + 4edb74d commit 6ec6152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
public class JiraStrategy implements ReportPortalExtensionPoint, BtsExtension {

private static final String DOCUMENTATION_LINK_FIELD = "documentationLink";
private static final String DOCUMENTATION_LINK = "https://reportportal.io/docs/plugins/JiraServer";
private static final String DOCUMENTATION_LINK = "https://reportportal.io/docs/plugins/AtlassianJiraServer";

private static final Logger LOGGER = LoggerFactory.getLogger(JiraStrategy.class);

Expand Down

0 comments on commit 6ec6152

Please sign in to comment.