Skip to content

docs(jira): show what belongs inside the custom fields box - #243

Open
knakul853 wants to merge 2 commits into
mainfrom
fix/jira-custom-fields
Open

docs(jira): show what belongs inside the custom fields box#243
knakul853 wants to merge 2 commits into
mainfrom
fix/jira-custom-fields

Conversation

@knakul853

Copy link
Copy Markdown

Change

The cloud setup step told users to "add any Custom field details" and linked to a whole nuclei config, where the block sits under a custom_fields: key. The Custom Fields box supplies that key itself, so pasting from the example nests the fields one level too deep and no ticket gets them. Reopening the config redisplays the stray key, which makes the broken shape look right.

  • connectjira.mdx shows the entries on their own, with a warning not to add a custom-fields: line
  • running.mdx corrected from custom_fields to the custom-fields the parser actually reads

Evidence

custom-fields is the yaml tag on the tracker's options struct, so the underscore spelling in the example never parsed, in cloud or OSS.
Reproduced on dev: the wrapped shape fails with couldn't iterate on nested item; the shape now documented reaches Jira. Template variables in the new example (.Severity, .CVSSMetrics) were checked against the tracker's template context.

Still open

  • Code fixes are separate PRs: projectdiscovery/aurora#3530 and projectdiscovery/platform-ui#1987.

Claude-Session: https://claude.ai/code/session_012yFBq5uTJ1VdtUKR32kZHQ
Claude-Local-Session: claude --resume 509802c8-9204-430b-9d1d-49b8aca5b353

The cloud setup step pointed at a whole nuclei config whose custom fields sit
under a `custom_fields:` key, so users pasted that key into a box that supplies
it for them and their fields landed one level too deep. Show the entries on
their own with a warning, and correct the nuclei example to the `custom-fields`
spelling the parser actually reads.

Claude-Session: https://claude.ai/code/session_012yFBq5uTJ1VdtUKR32kZHQ
Claude-Local-Session: claude --resume 509802c8-9204-430b-9d1d-49b8aca5b353
@mintlify

mintlify Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
projectdiscovery 🟢 Ready View Preview Sep 10, 2026, 2:59 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@knakul853 knakul853 self-assigned this Sep 10, 2026
@knakul853
knakul853 marked this pull request as ready for review September 10, 2026 14:53
The aurora and platform-ui fixes lift such a key, so warning that the tracker
cannot read the fields would be describing a failure that no longer happens.

Claude-Session: https://claude.ai/code/session_012yFBq5uTJ1VdtUKR32kZHQ
Claude-Local-Session: claude --resume 509802c8-9204-430b-9d1d-49b8aca5b353
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.

1 participant