docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GetConfigsForProjectResult

    Represents the result of getting configs for the given Unity project

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public readonly struct GetConfigsForProjectResult

    Constructors

    GetConfigsForProjectResult(IReadOnlyList<ITaskManagementServerConfigLimited>, IReadOnlyList<string>)

    Initializes a new instance of the GetConfigsForProjectResult struct.

    Declaration
    public GetConfigsForProjectResult(IReadOnlyList<ITaskManagementServerConfigLimited> jiraServerConfigs = null, IReadOnlyList<string> warnings = null)
    Parameters
    Type Name Description
    IReadOnlyList<ITaskManagementServerConfigLimited> jiraServerConfigs

    List of configs for the project

    IReadOnlyList<string> warnings

    List of warnings for the project

    Fields

    JiraServerConfigs

    List of configurations that are available for the given Unity project.

    Declaration
    public readonly IReadOnlyList<ITaskManagementServerConfigLimited> JiraServerConfigs
    Field Value
    Type Description
    IReadOnlyList<ITaskManagementServerConfigLimited>

    Warnings

    If details about a specific Jira project cannot be retrieved, the project will be excluded from the returned JiraProjectConfigs and a warning will be included in this list. If details about a specific Jira user cannot be retrieved, the user details will not be included and a warning will be included in this list. The JiraProjectConfig containing the user will still be included.

    Declaration
    public readonly IReadOnlyList<string> Warnings
    Field Value
    Type Description
    IReadOnlyList<string>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)