Skip to content
This repository has been 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

 

History

1 Commit
 
 
 
 

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