jojo/tests/integration/fixtures/TestAssignProject/project.yml
Thomas Teixeira 731334e973 fix(web): org projects assignment in issue view (#7999)
Allows user to assign organization projects to their new issues, using the project sidebar selector, even when repository's projects are disabled.
Moreover, the project sidebar selector is now hidden if no projects (repository-wide + organization-wide) are available.

Fixes forgejo/forgejo#5666

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7999
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-05-02 01:29:40 +02:00

51 lines
800 B
YAML

# team 1001 projects
-
id: 1001
title: project1001
owner_id: 3
repo_id: 0
is_closed: false
board_type: 0
type: 3
creator_id: 5
created_unix: 1688973030
updated_unix: 1688973030
# team 1002 projects
-
id: 1002
title: project1002
owner_id: 0
repo_id: 1001
is_closed: false
board_type: 0
type: 2
creator_id: 5
created_unix: 1688973030
updated_unix: 1688973030
# user 5 project
-
id: 1003
title: project1003
owner_id: 5
repo_id: 0
is_closed: false
board_type: 0
type: 1
creator_id: 5
created_unix: 1688973030
updated_unix: 1688973030
# org 1001 disabled project
-
id: 1004
title: project1004
owner_id: 1001
repo_id: 0
is_closed: false
board_type: 0
type: 3
creator_id: 5
created_unix: 1688973030
updated_unix: 1688973030