You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you are not an admin of the Jira project, contact the admin or reach out to `#jira-support` in Slack to determine how best to request the changes described above
69
69
70
+
1. Some actions require specific fields on the create and update screens in Jira. Double check the [actions documentation](docs/actions.md)
70
71
1. Once your configuration is merged and a JBI release is deployed, create a bug in Bugzilla and add your whiteboard tag to the bug. Note that the tag must be enclosed in square brackets (eg. `[famous-project]`). You should see an issue appear in Jira
71
72
- If you want to start syncing a bug to a Jira issue that already exists, add the issue's link to the `See Also` section of the Bugzilla bug before you add the whiteboard tag
Copy file name to clipboardExpand all lines: docs/actions.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,23 +138,25 @@ linked Jira issue status to "Closed". If the bug changes to a status not listed
138
138
- `maybe_assign_jira_user`:
139
139
It will attempt to assign the Jira issue the same person as the bug is assigned to. This relies on
140
140
the user using the same email address in both Bugzilla and Jira. If the user does not exist in Jira
141
-
then the assignee is cleared from the Jira issue. The Jira account that JBI uses requires the "Browse
142
-
users and groups" global permission in order to set the assignee.
141
+
then the assignee is cleared from the Jira issue.
142
+
**Requirements**: The Jira account that JBI uses requires the "Browse users and groups" global permission in order to set the assignee.
143
143
- `maybe_update_issue_resolution`:
144
144
If the Bugzilla ticket resolution field is specified in the `resolution_map` parameter, it will set the
145
145
Jira issue resolution.
146
+
**Requirements**: ``resolution`` field must be present on issue forms (or configure `jira_resolution_field`).
146
147
- `maybe_update_issue_status`:
147
148
If the Bugzilla ticket status field is specified in the `status_map` parameter, it will set the
148
149
Jira issue status.
149
-
- `update_issue`
150
150
- `add_jira_comments_for_changes`
151
-
- `maybe_assign_jira_user`
152
151
- `maybe_update_issue_priority`
152
+
**Requirements**: ``priority`` field must be present on issue forms (or configure `jira_priority_field`).
153
153
- `maybe_update_issue_resolution`
154
154
- `maybe_update_issue_severity`
155
+
**Requirements**: ``customfield_10319`` field must be present on issue forms (or configure `jira_severity_field`).
155
156
- `maybe_update_issue_status`
157
+
- `maybe_update_issue_points`
158
+
**Requirements**: ``customfield_10037`` field must be present on issue forms (or configure `jira_cf_fx_points_field`).
156
159
- `create_comment`
157
160
- `sync_keywords_labels`
158
161
- `sync_whiteboard_labels`
159
162
- `maybe_update_components`: looks at the component that's set on the bug (if any) and any components added to the project configuration with the `jira_components` parameter (see above). If those components are available on the Jira side as well, they're added to the Jira issue
0 commit comments