Skip to content

[Feature]: Support templating #1

@jackton1

Description

@jackton1
  • Potentially use jinja2 to render context variables for each project in the organization

Example:

Context env.json

{
 'project_a': {
    'title': 'custom project a title'
 },
 'project_b': {
    'title': 'custom project b title'
 },
}

Template upload.yml

name: {{ title }}

Uploads

To: project_a

name: custom project a title

To: project_b

name: custom project b title

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions