Skip to content

Jira Ticket Manager #2435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Jira Ticket Manager #2435

wants to merge 4 commits into from

Conversation

PeyGis
Copy link
Contributor

@PeyGis PeyGis commented Jun 18, 2025

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Added docs pages

Please also include the path for the added docs

  • Quickstart (/)
  • Blueprint (/platform-overview/port-components/blueprint)
  • ...

Updated docs pages

Please also include the path for the updated docs

  • Quickstart (/)
  • Blueprint (/platform-overview/port-components/blueprint)
  • ...

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2435.d2ngvl90zqbob8.amplifyapp.com

@em0ney
Copy link
Contributor

em0ney commented Jun 18, 2025

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Webhook JSON Error: Duplicate Keys in Transition Object

The "Change Issue Status" action's webhook body generates invalid JSON. The conditional template logic for status transitions creates multiple duplicate keys (e.g., "none") in the transition object. This violates JSON object rules, causing the webhook to fail. The template should use a single conditional expression to set the id property.

docs/guides/all/manage-and-visualize-jira-issues.md#L263-L273

},
"body": {
"transition": {
"{{ if .inputs.status == 'To Do' then 'id' else 'none' end }}": 11,
"{{ if .inputs.status == 'In Progress' then 'id' else 'none' end }}": 21,
"{{ if .inputs.status == 'Done' then 'id' else 'none' end }}": 31,
"{{ if .inputs.status == 'Code Review' then 'id' else 'none' end }}": 41,
"{{ if .inputs.status == 'Product Review' then 'id' else 'none' end }}": 51,
"{{ if .inputs.status == 'Waiting For Prod' then 'id' else 'none' end }}": 61
}
}

Fix in Cursor


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants