Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Two unresolved problems with jira functionality. Search and hour in columns.

M M January 29, 2013

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.

2 answers

1 accepted

1 vote
Answer accepted
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2013

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

1 vote
AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 29, 2013

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

Suggest an answer

Log in or Sign up to answer