Hi Team,
I need a field in Parent issue view screen like "Subtask statuses ", this should be copy all subtask statuses.
Can you help me the right code ?
Thanks
Nagaraju
Hi Team,
Can anyone help me on coding how to achieve this.
Hello @Musku Nagaraju
When you say - "this should be copy all subtask statuses" , do you mean the field should have the currently statuses of all the sub-tasks?
And if that's the case then you can have a scripted text field which can contain comma separated aggregation of the statuses of all the sub-tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the scripted field you just need to fetch the subtaskObjects and aggregated and return their statuses which should be pretty straight-forward.
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.
Hello @Musku Nagaraju
There are plenty of script runner examples available on this portal for scripted fields. And also in the ScriptRunner documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.