Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create JQL for finding "all summaries has changed during the specified period"

Vache Manukyan August 14, 2018

Please help me to create above mentioned JQL for finding all tickets for which have been changed summaries during specified period.

2 answers

0 votes
Vache Manukyan August 15, 2018

Thank you, can you suggest something similar?

Tarun Sapra
Community Champion
August 15, 2018

One way I can think of achieving it is via custom plugins.

Vache Manukyan August 16, 2018

Thank you so much Tarun, and can you mention the name of appropriate plagin, which plagin should install?

0 votes
Tarun Sapra
Community Champion
August 14, 2018

Hello @Vache Manukyan

The "Summary" field doesn't support the changed keyword in JQL, from the docs

CHANGED

The "CHANGED" operator is used to find issues that have a value that had changed for the specified field.

This operator has the following optional predicates:

  • AFTER "date"
  • BEFORE "date"
  • BY "username"
  • DURING ("date1","date2")
  • ON "date"
  • FROM "oldvalue"
  • TO "newvalue"

(Note: This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.)

Suggest an answer

Log in or Sign up to answer