Questions tagged [jira-forge]
4 questions
1
vote
1 answer
How to update Forge UI Issue Panel with JIRA Issue update event listener function?
We have created an Issue panel on JIRA issue view screen. What we need to render is a list of issue keys (which fetched by an API call).
This is how we define the Forge library manifest.yml file:
modules:
jira:issuePanel:
- key:…

Dylan Oh
- 15
- 4
0
votes
1 answer
Regex date validation yyyy-mm-dd returns null Javascript
I'm testing out my regex validator using js, I've tested the regex in tester it is valid but I think the problem is with my code, I'm fairly new to JS. Hoping someone can help me on this one. Thank you
So this is the input string that I use, then I…

Xavier Johanis
- 19
- 4
0
votes
1 answer
Installing @Forge/cli is bringing spawn ts-node ENOENT error
I followed this tutorial Getting started on Jira development.
I’m on a Mac so I went through those steps: Installing Forge on macOS successfully.
When I install forge Globally:
npm install -g @forge/cli
I get this error:
events.js:291
throw…

Sydney C.
- 950
- 10
- 21
0
votes
1 answer
Atlassian Forge: Where do I find type definitions for a trigger function
When I create a new app as a product trigger, then I get a index.jsx that looks like:
export async function run(event, context) {
console.log('Hello World!');
}
I can rename the index.jsx to tsx that the file is treated as Typescript file, but…

Michael
- 6,823
- 11
- 54
- 84