Skip to content
Recued
Menu
← Back to recipes

Create a Jira issue intake

by recued-core v1

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 11 steps

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 8 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

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

About

Tags

jira jiraissueintakecreateapprovalwork-trackingproject-managementpack:jira

Details

11 steps 8 configurable settings recipe_id: create-jira-issue-intake