Just added a trial for ScriptRunner for Jira and created a basic Scripted Field for ALL Projects. This scripts tests successfully and saves.
However, the field is not showing in any of the Gadgets in Jira Dashboards regardless of which location I attribute it to. I was hoping to see it in Filtered Results gadget.
If I assign it to SideBar location, it does show up in Scripted Fields in Jira Filters and works properly but not in Dashboards
I am using Jira Cloud
Most gadgets can only display certain types of field. I know you're thinking of a scripted field as its own type, but it is worth looking at exactly how the field looks to Jira.
Go to Admin -> Issues -> Custom fields, and look for your field. What does it say in the "type" column?
I can not find the Scripted Fields in the Custom Fields under Issues. I have created two Text Scripted Fields, one in each location (Issue Sidebar and Issue Content. Neither shows in Custom Fields or Dashboard.
As mentioned above, the Side Bar in any given Filter does show the Scripted fields for each task but not in Dashboard.
I have also configured these field to be visible for all Issue Types to ensure it is not a problem with mixed types in a filter but no luck. Not sure what I am missing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, ok, Scripted fields of this type are not real fields in Jira - they do not display in the issue navigator, dashboards and other places. They are mostly limited to the direct view of an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, no worries. I am trying to create a field that calculates the percentage of sub tickets Resolved to get some sort of progress indication. Is there any other way that I can use ScriptRunner in a dashboard to achieve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, change the stance slightly. Instead of a scripted field, create a standard off-the-shelf Jira custom field of the right type, and populate that with a post-function or listener script. You can steal 95% of the scripted field script you have already to cover the logic!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do my first steps with SR on Cloud, after many years with SR on Server.
Oh surprise, Scriptfields are not displayed in Issue Navigator !
Solution based on Post-Function or Listener is not able to cover all cases.
Exemple, if we have to render a field based on a RemoteLink, since it is not an Event caught (only IssueLinkDeleted and IssueLinkCreated are available), the only solution seems to be a periodic job.
Its confirm my miss of interest for moving to Cloud.
V.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.