Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.15 KB

devsecops-how-to-set-incident-assignees.md

File metadata and controls

26 lines (16 loc) · 1.15 KB
copyright lastupdated keywords subcollection
years
2022
2022-05-13
DevSecOps, IBM Cloud
devsecops-working

{{site.data.keyword.attribute-definition-list}}

Assigning incident issues to users

{: #assign-incident-issues}

Incident issues that are created by the continuous integration (CI) or continuous compliance (CC) pipelines can have default assignees. {: shortdesc}

To assign default assignees, set the incident-assignees environment property to one or more usernames that are separated by a comma. For example, First-User or First-User,Second-User. For more information about the incident-assignees environment property, see Pipeline parameters.

The pipeline takes these usernames and assigns these users to the incident issues that are created by the collect-evidence script. If a username is invalid, the logs provide a warning about an unsuccessful assignment, but the evidence collection is successful.

You can define this environment property per trigger so that each trigger can assign different users. {: tip}