Skip to content
Recued
Menu
← Back to recipes

Create a GitLab issue intake

by recued-core v1

Approval-gated GitLab.com issue creation workflow. It reads the authenticated user and target project for context, then creates exactly one issue with bounded title, description, labels, assignee IDs, due date, and confidentiality fields through recued-core.gitlab. It does not update existing issues, post notes, create or update merge requests, merge or approve code, trigger or cancel pipelines, mutate branches or tags, change project settings, touch runners or admin APIs, create webhooks, or call arbitrary GitLab APIs.

How it works 13 steps

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

Process (13 steps)
project_id trim
Trim whitespace from setting project id
title trim
Trim whitespace from setting title
description trim
Trim whitespace from setting description
labels trim
Trim whitespace from setting labels
due_date trim
Trim whitespace from setting due date
has_project compare
Check if project id has data
has_title compare
Check if title has data
viewer ?
project ?
skip_create any
Check if any of the conditions are true
created_issue ?
skip: step.skip_create equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 8 configurable

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

title setting =
gitlab setting =
labels setting =
due date setting =
project id setting =
description setting =
assignee ids setting =
confidential setting = false

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 Gitlab connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

gitlab gitlabissuescreateapprovaldeveloper-workflowprojectspack:gitlab

Details

13 steps 8 configurable settings recipe_id: create-gitlab-issue-intake