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

Restrict a page inside a task to only show in tasks instead of epics and issues #168

Open
mateusscheper opened this issue Aug 22, 2024 · 0 comments

Comments

@mateusscheper
Copy link

Hey!

I'm trying to restrict a page inside a task to only show when the item type is actually a task, but it's still showing inside epics and issues.
Does anyone know how can I achieve that?

This is my vss-extension.json:

{
    "manifestVersion": 1,
    "id": "my-id",
    "publisher": "my-publisher",
    "version": "1.0.1",
    "name": "My project name",
    "description": "My description",
    "categories": [
        "Azure Boards"
    ],
    "targets": [
        {
            "id": "Microsoft.VisualStudio.Services"
        }
    ],
    "files": [
        {
            "path": "public",
            "addressable": true
        },
        {
            "path": "dist",
            "addressable": true
        }
    ],
    "scopes": [
        "vso.work"
    ],
    "contributions": [
        {
            "id": "my-id",
            "type": "ms.vss-work-web.work-item-form-page",
            "description": "My description",
            "targets": [
                "ms.vss-work-web.work-item-form"
            ],
            "properties": {
                "name": "Tab name",
                "uri": "dist/index.html"
            }
        }
    ]
}

Thanks!

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

No branches or pull requests

1 participant