Node Reference
Every automation node, grouped by category. Each node has its own page with typed inputs and outputs, configuration, and example use cases.
Overview
This is the complete catalog of automation nodes. Each node is a small box on the editor canvas with typed input ports on the left and output ports on the right; the editor only lets you connect compatible types, so a graph that builds is a graph that runs.
Pick a node below to see its inputs, outputs, configuration, and example use cases. Port types link through to the Type Reference.
Triggers start a run, Actions change something in Pomavo, and everything in between computes the values that connect them. An automation needs at least one trigger.
Event Triggers
Ticket CreatedFires when a new ticket is created.Ticket TransitionedFires when a ticket changes workflow state.Field ChangedFires when a specific field value changes.Comment AddedFires when a comment is added to a ticket.Link CreatedFires when a link is created between tickets.Link DeletedFires when a link is deleted between tickets.Comment UpdatedFires when a comment is updated on a ticket.Comment DeletedFires when a comment is deleted from a ticket.Attachment CreatedFires when an attachment is added to a ticket.Attachment DeletedFires when an attachment is removed from a ticket.
Sprint Triggers
Schedulers
Actions
Transition TicketMove a ticket to a different workflow state.Add CommentAdd a comment to a ticket.Change FieldUpdate a field value on a ticket.Move to SprintMove a ticket to a different sprint.Close SprintComplete an active sprint.Start SprintStart a planned sprint.Create IterationCreate a new iteration in a project.Create TicketCreate a new ticket from a template with optional field values and initial state.Clone TicketClone an existing ticket with configurable options.Add LinkCreate a link between two tickets.Remove LinkRemove a link from a ticket.Lock FieldApply or remove a field edit/view lock on a ticket. Leave the Field input unconnected to lock all fields.Lock LinkApply or remove a link create/delete lock on a ticket. Leave the Link Type input unconnected to lock all link types.Lock AttachmentApply or remove an attachment upload/delete lock on a ticket.Lock Status TransitionApply or remove a status transition lock on a ticket. Leave the Transition input unconnected to lock all transitions; connect a transition to lock that specific from→to pair.Lock CommentsApply or remove a comment add lock on a ticket.
Conditions
Logic
Math
Lists
Data: Ticket & Template
TemplateSelect a template to access its fields and workflow. Provides template context for downstream field pickers.Shared FieldSelect a shared field to use in the automation.Get Template FieldPick a specific field from a template.Get FieldExtract a field value from a ticket.Link TypeSelect a link type to access its outward and inward relation names.Get Ticket LinksLoads the links for a ticket.Get Ticket CommentsLoads the comments for a ticket.Get Ticket FollowsLoads the follows for a ticket.Get IterationSelect an iteration from a project.Get ProjectSelect a project.Field ValueCombines a field with a value into a field_value pair for use in ticket creation.
Data: Workflow
Constants
UserSelect a user from the organization.Build ListBuild a list from a dynamic number of items. Connect items to auto-grow the input list.StringA literal string value.Rich TextA rich text constant with dynamic argument substitution.Text TemplateA text template with ${ArgA}, ${ArgB}, ... placeholders substituted from connected inputs.NumberA literal number value.BooleanA literal true/false value.DateA literal date value.TimeA literal time value.DateTimeA literal date and time value.ListA list of values. Each line is one item.TagsA set of tags. Optionally select a topic to get suggestions.