Skip to content

Commit 6341102

Browse files
authored
Fixes #592 - Update README to note that private bugs are not synced
Fixes #592 - clearly state that JBI doesn't sync private bugs. Also states that this is a one-way sync.
1 parent 26bb666 commit 6341102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ System to sync Bugzilla bugs to Jira issues.
99
## Caveats
1010
- The system accepts webhook events from Bugzilla
1111
- Bugs' `whiteboard` tags are used to determine if they should be synchronized or ignored
12+
- Only public bugs are eligible for sychronization.
1213
- The events are transformed into Jira issues
1314
- The system sets the `see_also` field of the Bugzilla bug with the URL to the Jira issue
15+
- No other information is sychronized from Jira to Bugzilla.
1416

1517
> **Note:** whiteboard tags are string between brackets, and can have prefixes/suffixes using
1618
> dashes (eg. ``[project]``, ``[project-fx-h2]``, ``[backlog-project]``).

0 commit comments

Comments
 (0)