@Documented
@Retention(value=RUNTIME)
@Target(value={})
public @interface ExternalIssue
Issue annotation
only and does not allow to add it to any other target.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
External System Issue ID
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
btsProject
Optional, use custom Bug Tracking System Project name instead of one which is set in `reportportal.properties` file.
|
java.lang.String |
btsUrl
Optional, use custom Bug Tracking System URL instead of one which is set in `reportportal.properties` file.
|
java.lang.String |
urlPattern
Optional, use custom Bug Tracking System Issue URL pattern instead of one which is set in `reportportal.properties` file.
|
public abstract java.lang.String value
public abstract java.lang.String btsUrl