We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bb666 commit 6341102Copy full SHA for 6341102
README.md
@@ -9,8 +9,10 @@ System to sync Bugzilla bugs to Jira issues.
9
## Caveats
10
- The system accepts webhook events from Bugzilla
11
- Bugs' `whiteboard` tags are used to determine if they should be synchronized or ignored
12
+ - Only public bugs are eligible for sychronization.
13
- The events are transformed into Jira issues
14
- 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.
16
17
> **Note:** whiteboard tags are string between brackets, and can have prefixes/suffixes using
18
> dashes (eg. ``[project]``, ``[project-fx-h2]``, ``[backlog-project]``).
0 commit comments