Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
namefield-support

This page covers which fields work with Power Scripts in Jira Product Discovery projects.

Product Discovery uses fields differently than standard Jira projects to create specialized tables and views for idea management. This unique field structure can cause compatibility issues with Power Scripts.

Supported fields

Contents:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

The following fields work with Power Scripts in Product Discovery projects:

Standard fieds

Standard Jira fields work normally when present in Product Discovery projects, including Summary, Description, Assignee, and others. For a complete list of supported standard fields, see this page.

Custom fields

Most Product Discovery custom fields work with SIL code like any other custom field. These include fields like Category, Customer segments, Documents, Goal, and others discovered by the Custom fields support SIL script.

Expand
titleOpen to see the full list of supported custom fields
  • Category

  • Customer segments

  • Documents

  • Goal

  • Idea archived

  • Idea archived on

  • Idea short description

  • Product Area

  • Rank

  • Request participants

  • Roadmap

  • Teams

  • Confidence

  • Designs ready

  • Effort

  • Impact

  • Product Area

  • Spec ready

  • Value

  • Project start

  • Project target

Date interval fields

Fields like project start and target dates use Use the JPDInterval SIL type to manipulate custom date type fields, such as Project start and Project target

Unsupported fields

The following fields return null values from the REST API and cannot be accessed through Power Scripts:

  • Delivery progress

  • Delivery status

  • Insights

Info

Some Product Discovery fields use ranking-style values (similar to 5-star ratings) that may require special handling in your scripts. If you need to work with ranking-style fields, use the Custom fields support SIL script to discover the current field IDs and test accessibility.