Hi guys!
1) I would like to have the ability to Quick Search words in whole issues like in TRAC. If I type eg. "design" it search only issues with word "design". But I would like to search also issues with word "designing" ...
2) In column eg. "created" I see only date but I would like to see "date with hour".
Thank you very much.
1. Quick search already does that. Try creating two sample issues with title 'design' and 'designing' and type 'design' in quick search and hit enter. It will return both the isseues. Also fuzzy search can be enabled with ~ at the end : e.g. design~
2. add a scripted field with this code and add this field to Issue Navigator:
import java.text.SimpleDateFormat; return new SimpleDateFormat("MM/dd/yyyy hh:mm:ss").format(issue.getCreated())
https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner
Hey there.
Question 1: The current Quick Search might not be able to cater. Do you consider customizations or seeking advice from the Atlassian Experts?
Question 2: See if the documentation helps or not https://confluence.atlassian.com/display/JIRA/Customising+the+Look+and+Feel#CustomisingtheLookandFeel-Configuringdatepickerformats
Warm regards,
Danial
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.