Example Create a configurePage for a trigger

Hello I’m new to the Forge CLI, and I’ve created a trigger to listen when the assignee changes, is possible to create a configurePage for a tigger? I would like to set some setting like project type and some other custom fields to validate if I want to process this change to another API call to another application.

@anon30216338 welcome to the Atlassian developer community,

I’m not sure I understand the question.

A Forge App for Jira Cloud can have a Project Settings Page, which requires a function where your app implements a Project Settings Page UI, responsible for storing those settings. And then, your Forge trigger would access the settings during execution.

@ibuchanan That might what I’m looking for but here example of the GitHub App is what I’m trying to do.

Hi @anon30216338,

Such option is not yet available in Jira but is something that the team has planned to get to (you can follow this Trello card in the Forge roadmap for updates).
As a side note, the target quarter information is not correct and will be updated to reflect the new estimated date.

For an anticipation of how the module might look like, here is the related changelog for Confluence which has been released a few months ago: https://developer.atlassian.com/platform/forge/changelog/#CHANGE-632

From the linked https://developer.atlassian.com/platform/forge/manifest-reference/modules/confluence-global-settings/ page, you’ll see that there are two flags called useAsGetStarted and useAsConfig that can help in this context.

Caterina

1 Like