Project

General

Profile

Actions

Feature #40829

closed

Expose project updated_on column and filter in project query

Added by Felix Schäfer about 1 month ago. Updated 20 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Projects
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

It is sometimes helpful to query recently changed projects, for example to look for changes in a project's custom field and update external applications accordingly.

This patch adds the `updated_on` attribute to the list of available columns and filters in issue queries. We understand that "updated" for a project might lead to confusion because it could also be understood as "something in the project has changed" and not just "the project itself was changed". The addition of the "last activity" in #23954 should help understand the difference between the 2 values though.


Files

40829.patch (1.01 KB) 40829.patch Felix Schäfer, 2024-06-12 10:31
40829-v2.patch (1.01 KB) 40829-v2.patch Go MAEDA, 2024-06-21 03:40
clipboard-202406211046-95bl1.png (104 KB) clipboard-202406211046-95bl1.png Go MAEDA, 2024-06-21 03:46
Actions #1

Updated by Felix Schäfer about 1 month ago

The attached patch provides an updated_on column and filter.

Actions #2

Updated by Go MAEDA about 1 month ago

  • Target version set to Candidate for next major release
Actions #3

Updated by Go MAEDA 26 days ago

I made a slight fix to the patch (QueryColumn.new(:created_on, ... should be QueryColumn.new(:updated_on, ...)

We understand that "updated" for a project might lead to confusion because it could also be understood as "something in the project has changed" and not just "the project itself was changed".

To avoid this confusion, we can add a "Last activity" filter, which is currently not implemented in #23954. At present, we can only see "Created" and "Updated" in the "Date" group of the dropdown.

With the patch applied, the "Date" group in the filter dropdown only contains "Created" and "Updated". Without "Last activity", users might get confused.

Actions #4

Updated by Felix Schäfer 22 days ago

Go MAEDA wrote in #note-3:

I made a slight fix to the patch (QueryColumn.new(:created_on, ... should be QueryColumn.new(:updated_on, ...)

Thank you for the correction, I am sorry for the error.

To avoid this confusion, we can add a "Last activity" filter, which is currently not implemented in #23954. At present, we can only see "Created" and "Updated" in the "Date" group of the dropdown.

With the patch applied, the "Date" group in the filter dropdown only contains "Created" and "Updated". Without "Last activity", users might get confused.

The patch in #23954 adds the column and not the filter, this is correct. I think having the Last Activity column would already be helpful to understand which words/entry means which changes. It would be best to also have a Last Activity filter, but I think it would already be helpful to have the Last Activity column and the Updated column and filter even if the Last Activity filter is not there already. Should this really prove challenging for users we can maybe think about a different wording then?

Actions #5

Updated by Marius BĂLTEANU 22 days ago

  • Assignee set to Go MAEDA
  • Target version changed from Candidate for next major release to 6.0.0
Actions #6

Updated by Go MAEDA 20 days ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Committed the patch in r22899.

Thank you for your contribution and feedback.

Actions

Also available in: Atom PDF