Hello everyone, I am trying to create a 2d Dashboard table similar to the image below. Would this be possible? If yes, can someone help with the JQL design for this. I need to call out current and future sprints in the top row. Also somehow show the planned delta columnG. The story points planned would be rolled up from EPIC-Link I imagine, then each sprint column points would come from preassiging stories into the future sprints. Thanks for the help and you'll be a life saver. Thanks
You can use the in-built Message Custom Field (for edit)
Configure this field's value with your custom HTML message.
For some reason, i don't see those 2 Message Custom Fields on the Advanced Customfield.
Are you sure it;s built in?
I am using JIRA Server version 7.11.2
Cheers,
Jason
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry! My bad.
It is part of a (free) plugin :Toolkit plugin for JIRA.
You can get it here: https://marketplace.atlassian.com/apps/5142/toolkit-plugin-for-jira?hosting=server&tab=overview
I am running on JIRA Server version 7.12
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Works like a charm :)
Thanks a lot for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to Help!
Please accept the answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
As far as I know, you can do this by writing a javascript code and adding it to the description of the field on field configuration page. You don't need scriptrunner for this.
You can also make the field required on the transition's validator if you have Jira Suite Utilities plugin. Or you can write a custom script validator.
But if all you need is a help text, you should be able to achieve it with a javascript code in the description.
Regards,
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.