Create a Jira issue intake
Approval-gated quick intake for one Jira project. It searches the destination project for context, creates exactly one issue with a bounded Jira fields object, and can add one optional initial comment through recued-core.jira. It does not delete, bulk mutate, attach files, notify watchers, mutate project settings, or call arbitrary Jira endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
summary
trim
Trim whitespace from setting summary
description
trim
Trim whitespace from setting description
comment_text
trim
Trim whitespace from setting initial comment
has_summary
compare
Check if summary has data
has_comment
compare
Check if comment text has data
project
?
create_issue
?
skip: step.has_summary not_equal true
skip_comment
any
Check if any of the conditions are true
comment
?
skip: step.skip_comment equal true
skipped
compare
Check if has summary does not equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
labels
setting
=
summary
setting
=
cloud id
setting
=
atlassian
setting
=
issue type
setting
=
Task
description
setting
=
project key
setting
=
initial comment
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.