Create DevOps Center Work Item
sf_devops_create_work_itemCreate a work item in Salesforce DevOps Center for tracking features or bug fixes through pipeline stages. Optionally set description, pipeline stage, and assigned user.
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 |