Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想找到在过去一小时内改变状态的所有问题。我可以通过使用获取过去一小时内更新的问题列表
updated >=-1h
但这也给出了已更新但状态未更改的问题。
您可以尝试以下查询:
updated >= -1h and status CHANGED
参考:https ://confluence.atlassian.com/display/JIRA061/Advanced+Searching