PORT-5598 | Jira integration - support sprints | Change priority to name #4956
Triggered via pull request
November 8, 2024 18:02
lordsarcastic
synchronize
#804
Status
Success
Total duration
16s
Artifacts
–
pr-labeler.yml
on: pull_request_target
triage
4s
size-label
3s
Annotations
6 errors
test_webhook.test_project_creation_event_will_create_project:
integrations/jira/tests/test_webhook.py#L28
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_webhook.test_issue_creation_event_will_create_issue:
integrations/jira/tests/test_webhook.py#L1
failed on setup with "port_ocean.exceptions.context.PortOceanContextAlreadyInitializedError: PortOcean context is already initialized"
|
test_webhook.test_issue_deletion_event_will_delete_issue:
integrations/jira/tests/test_webhook.py#L1
failed on setup with "pydantic.errors.ConfigError: duplicate validator function "port_ocean.config.dynamic.dynamic_parse"; if this is intended, set `allow_reuse=True`"
|
test_sync.test_full_sync_produces_correct_response_from_api:
integrations/fake-integration/tests/test_sync.py#L1
failed on setup with "port_ocean.exceptions.context.PortOceanContextAlreadyInitializedError: PortOcean context is already initialized"
|
test_webhook.test_issue_update_event_will_update_issue:
integrations/jira/tests/test_webhook.py#L1
failed on setup with "pydantic.errors.ConfigError: duplicate validator function "port_ocean.config.dynamic.dynamic_parse"; if this is intended, set `allow_reuse=True`"
|
test_webhook.test_project_deletion_event_will_delete_project:
integrations/jira/tests/test_webhook.py#L1
failed on setup with "pydantic.errors.ConfigError: duplicate validator function "port_ocean.config.dynamic.dynamic_parse"; if this is intended, set `allow_reuse=True`"
|