Hi all, I started using Jira Cloud a week ago. And I tried to make Scripted Fields as I used to make them in Jira Server Version.
But, I found the documentation as follows,
--> "At this time it is not possible to implement Behaviours or Scripted Fields. We are currently investigating what is possible as an alternative to Scripted Fields." (OMG)
So the question is... Is there any way to make fields like this,
- "Epic Link" Progress : Resolution Rate ( Resolved Story&Task counts linked in Epic / Total Story & Task counts linked in Epic )
e.g) There are 10 stories and 20 tasks in 1 epic. And resolved issues are 5 stories and 10 tasks. So the progress rate is 50%.
--> So I want express the Scripted Fields as : 50% (15 / 30)
My wish is as following table.
Table row : epic name / progress ( done counts / total counts )
1row : A epic / 20 % ( 10 / 50 )
2row : B epic / 50 % ( 20 / 40 )
3row : C epic / 10 % ( 1 / 10 )
If I can do like this, I will accept this concept at story points.
If there is no way to make Scripted Fields like this, is there any way to express this table.
Hi Tim,
Thank you for your question.
I can confirm that as the documentation page states that currently we cannot provide Scripted Fields inside of ScriptRunner for Jira Cloud due to the fact that Atlassian does not provide the API's that would be required.
can, however, confirm that the closest functionality to a Script Field that can be achieved in Jira cloud is a Script Listener which calculates a value on an issue as described inside of the documentation page here.
Using this you could look to create a Script Listener which ran on the Issue Updated event and took the values from the fields you require and had some logic to make your calculation and to update a field with the results that you require.
I hope this information helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.