Forums

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

Script Custom field is not visible

ruchi dubey August 26, 2018

hi team,

 

I have taken jira cloud free trial subscription and I am not able to see script field in my custom filed in jira settings.

I need to get value after some processing, which I will write in SIL but I am unable to add script field as it is not visible

1 answer

2 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2018

Hello,

Scripted fields are not available in Cloud. You would need to create a usual custom field and add a post function, in which you would update this field. 

ruchi dubey August 26, 2018

IMG-20180823-WA0001 (1).jpgIMG-20180823-WA0000 (1).jpg

Thanks Alexey,

Attached are my sample report where

1. First I want to customize the status column 

2. I need one additional column NO of open days which should calculate the issue date from current date.

3. I already have a field estimated production resolution which I want as ETA of resolution.

 

I want all these in my report by either script, rest API or anything. 

please help on this.

Regards,

Ruchi

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2018

Do you mean that you can do the UI part of these reports, but you need to get data from Jira somehow for these reports? If so, you can use Jira Rest Api to get all data and then process it and show this report.

Suggest an answer

Log in or Sign up to answer