Create DevOps Center Work Item
sf_devops_create_work_itemCreates a work item in Salesforce DevOps Center to track a unit of work through pipeline stages from development to production.
Instructions
Creates a work item in Salesforce DevOps Center. Work items represent units of work (features, bug fixes, etc.) that move through pipeline stages from development to production.
name: work item name/title description: optional description pipelineStageId: optional pipeline stage ID to assign to assignedToId: optional user ID to assign the work item to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Work item name/title | |
| description | No | Work item description | |
| assignedToId | No | User ID to assign the work item to | |
| pipelineStageId | No | Pipeline stage ID to assign to |