Skip to content

Commit 5538c7f

Browse files
authored
Note required permission for setting assignee (#128)
1 parent 70bb9a5 commit 5538c7f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"filename": "README.md",
107107
"hashed_secret": "04e78d6e804f2b59e6cb282cb9ed2c7bfd8a9737",
108108
"is_verified": false,
109-
"line_number": 183
109+
"line_number": 184
110110
}
111111
],
112112
"config/local_dev.env": [
@@ -126,5 +126,5 @@
126126
}
127127
]
128128
},
129-
"generated_at": "2022-07-14T17:13:15Z"
129+
"generated_at": "2022-07-21T07:58:50Z"
130130
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ features on top of the default.
9191

9292
It will attempt to assign the Jira issue the same person as the bug is assigned to. This relies on
9393
the user using the same email address in both Bugzilla and Jira. If the user does not exist in Jira
94-
then the assignee is cleared from the Jira issue.
94+
then the assignee is cleared from the Jira issue. The Jira account that JBI uses requires the "Browse
95+
users and groups" global permission in order to set the assignee.
9596

9697
If configured, the action supports setting the Jira issues's status when the Bugzilla status and resolution change.
9798

0 commit comments

Comments
 (0)