Skip to content

not all customfeilds are a string!  #93

@E-N-G-XOR

Description

@E-N-G-XOR

Hi,

Can we alter this config?

https://github.com/fourplusone/terraform-provider-jira/blob/7151be4473a48769c714886a5679649fc572ca67/jira/resource_issue.go#L44C11-L44C11

some of the custom fields are a map, containing a value or an id and value pair... Can we extend the provider to cover a bit more options here....

            'customfield_10006': str(epicId), # Epic Link
            'customfield_13601': {'value': syncAppCi, 'id': appId},  # Application CI
            'customfield_17902': {'value': bugCategory},  # Bug Category
            'customfield_22608': {'value': bugEnvironment, 'id': bugEnvironmentId },  # Bug Env
            'customfield_23482': {'value': reproducible, 'id': reproducibleId }, # Reproducible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions