Skip to content

Commit

Permalink
Update property description
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 19, 2024
1 parent d55610c commit 626c581
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ public enum ListenerProperty {
*/
BTS_URL("rp.bts.url", false),
/**
* Bug Tracking System URL Pattern for Issues to use along with {@link ExternalIssue} annotation. Use <code>{issue_id}</code>
* placeholder to mark a place where to put Issue ID. The result URL should point on the Issue.
* Bug Tracking System URL Pattern for Issues to use along with {@link ExternalIssue} annotation. Use <code>{issue_id}</code> and
* <code>{bts_project}</code> placeholders to mark a place where to put Issue ID and Bug Tracking System Project name. The result URL
* should point on the Issue.
*/
BTS_ISSUE_URL("rp.bts.issue.url", false),
/**
Expand Down

0 comments on commit 626c581

Please sign in to comment.