hello,
i have a report that show subtak and i want to add another field that will show the parent staus.
how can i achieve taht using scriptfield ?
thansk
Set up a scripted field with something like the following
return issue.getParentObject().getStatus().getName()
You'll probably want to play with the formatting and that will throw errors if you put the field on issue types that are not sub-tasks, but hopefully, it shows you the basics of what you want.
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.