Recued
Menu
← Back to recipes

Create a Rootly action item

by recued-core v1 13 views

Use “Create a Rootly action item” in Recued. It runs the Rootly incident action-item creation workflow with approval before changes are made.

How it works 16 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (16 steps)
incident_key trim
Trim whitespace from setting incident id
action_summary trim
Trim whitespace from setting summary
action_description trim
Trim whitespace from setting description
assignee_user_id trim
Trim whitespace from setting assigned to user id
action_priority trim
Trim whitespace from setting priority
action_status trim
Trim whitespace from setting status
action_due_date trim
Trim whitespace from setting due date
has_summary compare
Check if action summary has data
incident ?
existing_action_items ?
users ?
skip_create compare
Check if has summary does not equal true
created_action_item ?
skip: step.skip_create equal true
existing_count count
Count items in existing action items result
user_count count
Count items in users result
card to_summary
Format results as a summary card
Settings 9 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

rootly setting =
status setting =
summary setting =
due date setting =
priority setting =
description setting =
incident id setting =
assigned to user id setting =
assigned to group ids setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Rootly connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.typedata.attributes

About

Tags

rootly rootlyincidentaction-itemcreateapprovalpack:rootly

Details

16 steps 9 configurable settings recipe_id: create-action-item-rootly