Unable to attach a configuration item as an affected CI within a flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I am building out tag governance for the first time. I want to generate a ticket when a policy fails. I also want to include the CI that has the problem in the ticket for tracking purposes but to also ensure I do not create multiple opened tickets for the same problem.
I am first submitting a catalog item request
I am then creating a catalog task for the item I just generated.
The affected ci in is not being placed in the record. Google told me to update the record after it was created so I then added an update record step that does the same thing.
This was the initial setup from the pill picker
I have tried the CI itself, the cis name and the sys id. However when the task is generated the CI is not attached.
The attachment in the flow looks proper to me.
Anyone have any thoughts on what I am doing wrong? I would think this should work.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
The easiest way to do this is to create a variable in your catalog item for the CI and pass it to that variable when you submit the catalog item.
The catalog task should be created within the flow for the catalog item itself, and you can include the variable in the catalog task or set the CI to the variable value, if you want.