Annotation Type ExternalIssue
-
@Documented @Retention(RUNTIME) @Target({}) public @interface ExternalIssueLink current Issue with an Issue posted in External Bug Tracking System. This annotation designed to use withinIssueannotation only and does not allow to add it to any other target.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueExternal System Issue ID
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringbtsProjectOptional, use custom Bug Tracking System Project name instead of one which is set in `reportportal.properties` file.java.lang.StringbtsUrlOptional, use custom Bug Tracking System URL instead of one which is set in `reportportal.properties` file.java.lang.StringurlPatternOptional, use custom Bug Tracking System Issue URL pattern instead of one which is set in `reportportal.properties` file.
-
-
-
-
urlPattern
java.lang.String urlPattern
Optional, use custom Bug Tracking System Issue URL pattern instead of one which is set in `reportportal.properties` file. Use{issue_id}mark to put issue ID into the result URL. Use{bts_project}mark to put project name into the result.- Returns:
- Bug Tracking System Issue URL pattern
- Default:
- ""
-
-