You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Dear team,
I am attempting to use the atlassian/gajira-create@v3 Github action to create a jira ticket as part of a workflow. I am using the following code:
Log into Jira if result found
Run atlassian/gajira-login@v3
env:
JIRA_BASE_URL: ***
JIRA_USER_EMAIL: ***
JIRA_API_TOKEN: ***
Successfully logged in.
Create Jira ticket
Run atlassian/gajira-create@v3
TypeError: Cannot read properties of undefined (reading 'length')
at module.exports.execute (/home/runner/work/_actions/atlassian/gajira-create/v3/webpack:/create/action.js:28:1)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at exec (/home/runner/work/_actions/atlassian/gajira-create/v3/dist/index.js:32538:20)
Can anyone help me identify what is causing the properties issue?