Forge - Using read only custom field to render specific values from issue proprerty

Swati.Malhotra June 2, 2021

Hi All,

 

I am using Forge dev platform to create custom field, which will be read only.

I, then want to use these custom fields to render values from the issue property.

So for example my issue property will store a JSON like

{

  "somekey": "somevalue"

}

I was able to do this using connect module as explained here under issue field property.

Can some please suggest how to achieve same with forge platform.

 

This is me so far with manifest.yml

jira:customField:
- key: my-field
name: My Field
description: My Field Description.
readOnly: true
data:
type: number
storage:
issueProperty:
key: my-field
path: commentCount

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events