Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the column movement information on the timeline of the Issue detail page. #27278

Closed
qihangnet opened this issue Sep 26, 2023 · 4 comments · Fixed by #29311
Closed

Add the column movement information on the timeline of the Issue detail page. #27278

qihangnet opened this issue Sep 26, 2023 · 4 comments · Fixed by #29311
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@qihangnet
Copy link

Feature Description

We rely on Gitea’s Projects feature for actual project management. However, we are currently unable to see the changes in the project column from the timeline on the issue details page. In other words, we cannot see when and by whom an issue was moved from one column to another. This is causing confusion in our project management.

I think if this feature is added, “Projects” will become more useful and benefit more Gitea users.

Screenshots

No response

@qihangnet qihangnet added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Sep 26, 2023
@mjb8086
Copy link

mjb8086 commented Dec 15, 2023

+1 on this. So I have several columns set up in the project management view, it would be better if the ticket's status would take its status from the project management columns.

I.e. if I drag it from the Backlog to 'In Progress' it becomes 'In Progress', and if I move it to testing it would show 'Testing' but currently it will always say 'Open' - even though that isn't realistically the status.

Or, even just add another badge beside 'Open' that shows the column name.

Screenshot 2023-12-15 at 22 35 03
Screenshot 2023-12-15 at 22 35 21

@bilogic
Copy link
Contributor

bilogic commented May 9, 2024

I.e. if I drag it from the Backlog to 'In Progress' it becomes 'In Progress', and if I move it to testing it would show 'Testing' but currently it will always say 'Open' - even though that isn't realistically the status.

Not sure if I understood you correctly, but I use open/close as a "verified" field, i.e. when it lands in the completed board, open means no one has verified that it is indeed completed and close means someone else other than the user who moved it there has verified that it is completed

So, open and close has a use case, i.e. does it require further attention?

Don't remove it please haha, adding is fine.

@qihangnet
Copy link
Author

I think a better way is to trigger state changes through rule-based mechanisms rather than fixed logic.

@bilogic
Copy link
Contributor

bilogic commented May 9, 2024

I recently started looking into event sourcing, that might be a better way to implement all these tracking activities

lunny added a commit that referenced this issue Aug 9, 2024
…e project (#29311)

Fix #27278
Replace #27816

This PR adds a meta-comment for an issue when dragging an issue from one
column to another of a project.

<img width="600" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/5fc1d954-430e-4db0-aaee-a00006fa91f5">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: yp05327 <576951401@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants