Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

atlassian-archive/confluence-server-built-in-column-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hannes Obweger
Feb 5, 2020
5707e03 · Feb 5, 2020

History

1 Commit
Feb 5, 2020
Feb 5, 2020

Repository files navigation

Confluence Server: Built-in column names

Atlassian license

This is to grant the Apache 2.0 license to the below snippet of Confluence Server.

Unless you've been explicitly pointed to this repository, you likely won't need it. ✌️

private static final Set<String> ALL_BUILTIN_COLUMN_NAMES =
    Collections.unmodifiableSet(
        new HashSet<>(
            Arrays.asList(
                “description”,
                “environment”,
                “key”,
                “summary”,
                “type”,
                “parent”,
                “creator”,
                “project”,
                “priority”,
                “status”,
                “version”,
                “resolution”,
                “security”,
                “assignee”,
                “reporter”,
                “created”,
                “updated”,
                “due”,
                “component”,
                “components”,
                “votes”,
                “comments”,
                “attachments”,
                “subtasks”,
                “fixversion”,
                “timeoriginalestimate”,
                “timeestimate”,
                “statuscategory”
            )
        )
    );

License

Copyright (c) 2020 Atlassian and others. Apache 2.0 licensed, see LICENSE file.


With ❤️ from Atlassian

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published