You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying the resources for the Jira Cloud mapping rule, the custom_fields referring to jira_value (components)
will correctly identify changes, but will not actually deploy them. It will never add the value!
Instead ANY changes to the mapping rule, will REMOVE the components, even though it is not stated in the plan/apply.
The components in HCL (accepts multiple values)
When choosing the correct value through the UI, the plan then say that there are no changes.
However if there is a change anywhere else in the module during an apply, this will effectively remove the above value from the components, with no mention of doing so (resulting in ticket cannot be created in Jira)
Please list the resources as a list, for example:
pagerduty_jira_cloud_account_mapping_rule
custom_fields
target_issue_field = components
Terraform Configuration Files
_null_
Debug Output
Cannot disclose, but issue should be easily replicable.
Looking INFO messages at the request and response the I get 200 for creating the resources!
and the gist for the resource, output, and UI confirmation is here: https://gist.github.com/dkMorMHa/5042bd6a0af0211b8e0b9048c3421b99
Expected Behavior
What should have happened?
The resource components should be created with the provided information, instead the components values are empty in the UI.
Actual Behavior
When applying the tf resources, it states that it want's to add the resources, and it does create the key "components", but the actual values are missing.
Furthermore adding the correct values in the UI, will make the tf apply remove them upon any other changes to the resource, without stating so!
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
create the resource in terraform and refer to a valid account mapping
terraform apply
confirm that components are (not) created
References
The text was updated successfully, but these errors were encountered:
Hi there,
When applying the resources for the Jira Cloud mapping rule, the custom_fields referring to jira_value (components)
will correctly identify changes, but will not actually deploy them.
It will never add the value!
Instead ANY changes to the mapping rule, will REMOVE the components, even though it is not stated in the plan/apply.
The components in HCL (accepts multiple values)
When choosing the correct value through the UI, the plan then say that there are no changes.
However if there is a change anywhere else in the module during an apply, this will effectively remove the above value from the components, with no mention of doing so (resulting in ticket cannot be created in Jira)
Terraform Version
Terraform v1.10.1
on linux_amd64
Jira Cloud Version
1001.0.0-SNAPSHOT
Affected Resource(s)
Please list the resources as a list, for example:
pagerduty_jira_cloud_account_mapping_rule
Terraform Configuration Files
Debug Output
Cannot disclose, but issue should be easily replicable.
Looking INFO messages at the request and response the I get 200 for creating the resources!
and the gist for the resource, output, and UI confirmation is here:
https://gist.github.com/dkMorMHa/5042bd6a0af0211b8e0b9048c3421b99
Expected Behavior
What should have happened?
The resource components should be created with the provided information, instead the components values are empty in the UI.
Actual Behavior
When applying the tf resources, it states that it want's to add the resources, and it does create the key "components", but the actual values are missing.
Furthermore adding the correct values in the UI, will make the tf apply remove them upon any other changes to the resource, without stating so!
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
References
The text was updated successfully, but these errors were encountered: