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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,677
Community Members
 
Community Events
184
Community Groups

Want to know how find out past ticket raised with the same serial number

Nicolas Videau
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 05, 2023

Hi All,

 

   I created a form of ticket with serial number field. To be precised I have :

-Serial number => mandatory field

-Second serial number => optionnal field

-Third serial number => optionnal field.

 

Now, as Operator, when I read a new ticket raised I would like to know : all the past tickets linked to each serial number.
Do you know if there is a programmed command, or if I have to use JQL request? 
Also by JQL request do you have any tracks? 

1 answer

0 votes
Kishan Sharma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 06, 2023

Hi @Nicolas Videau 

Welcome to the Atlassian Community!

You will have to use JQL to search for issues having specific Serial Number, example below -

project = XYZ AND "Serial Number" = 123 

This JQL will fetch all issues in XYZ project having value 123 in Serial Number field.

Is that what you are looking for ? Happy to help if you have any further queries.

Nicolas Videau
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 06, 2023

Hi Kishan,

 

   Thanks a lot for your help, but not sure it is answering hundred percent.

I do not have a specific serial number. When the user open a request the serial number can be 123 or 324 or 589 etc... so how to look for in the old ticket if the serial number entered by the customer is matching with a serial number entered in a old ticket.

Kishan Sharma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 06, 2023 • edited

Hi Nicolas,

So I am assuming that you already know the serial number you are trying to filter on, then you need to modify the JQL filter, to include the serial number lookup values in it. For example, if you are trying to search multiple serial numbers at once, the JQL could be like this -

project = XYZ AND customer = "Kishan" AND "Serial Number" in (123, 456, 789)

This will give you all issues raised by "Kishan" in XYZ project and matching 123, 456, 789 values in "Serial Number" field.

You can also add issuekey field in the JQL if you know the old ticket numbers before hand, for example -

project = XYZ AND "Serial Number" in (123, 456, 789) and issuekey in (XYZ-1, XYZ-2)

This will search the Serial Number only in XYZ-1, XYZ-2 issues.

Hope this helps, please let me know if you have any further queries.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events