Skip to content

feat: get projects by scope config feature add scope name#7431

Merged
d4x1 merged 2 commits into
mainfrom
scope-config-projects-2
May 7, 2024
Merged

feat: get projects by scope config feature add scope name#7431
d4x1 merged 2 commits into
mainfrom
scope-config-projects-2

Conversation

@abeizn
Copy link
Copy Markdown
Contributor

@abeizn abeizn commented May 7, 2024

Summary

feat: get projects by scope config feature add scope name

Does this close any open issues?

Related to #7407

Screenshots

{
    "projects": [
        {
            "name": "az-p2",
            "scopes": [
                {
                    "scopeId": "d9180a3b-bec2-45a5-9efe-515e78e568c5",
                    "scopeName": "demo-in-lake/second-repo"
                }
            ]
        },
        {
            "name": "az-p1",
            "scopes": [
                {
                    "scopeId": "e322a271-a783-43eb-be8a-0a29c92340f8",
                    "scopeName": "demo-in-lake/new3"
                }
            ]
        }
    ],
    "count": 2
}
{
    "projects": [
        {
            "name": "jira-p2",
            "scopes": [
                {
                    "scopeId": "29",
                    "scopeName": "ROAD面板"
                }
            ]
        },
        {
            "name": "jira-p1",
            "scopes": [
                {
                    "scopeId": "82",
                    "scopeName": "DEV board"
                }
            ]
        }
    ],
    "count": 2
}

Other Information

Any other information that is important to this PR.

@d4x1 d4x1 merged commit da9930e into main May 7, 2024
@d4x1 d4x1 deleted the scope-config-projects-2 branch May 7, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants