JQL get issues whose specific custom field has been updated between 2 dates

Romain Kotarba May 19, 2017

Hi, 

I tried to find a solution browsing on the Internet but it looks this is not easily feasible or I have poor reseach skills.

 

Is it possible to write a JQL query that returns all issues that have one given custom field that has been modified during a given time slot?

In addition of that, an issue whose custom field has been updated during the time slot and also after the time slot should appear in query result.

 

Thanks!

Romain K

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 22, 2017

It's not supported by JQL for cusotm fields , it's supported only for built-in fields.

here's the open request - https://jira.atlassian.com/browse/JRASERVER-30663 

Romain Kotarba May 28, 2017

Thanks you Tarun,

This is not that bad,

I was working with the Python API to process some queries but I found this workaround on the open request that is acceptable using BIRT/Java.

https://jira.atlassian.com/browse/JRASERVER-30663?focusedCommentId=824988&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-824988

 

Best regards,

 

Romain

Suggest an answer

Log in or Sign up to answer