Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Swati.Malhotra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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