Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Import] 'x_opencti_workflow_id' not taken into account #8389

Open
NiQuintin opened this issue Sep 17, 2024 · 2 comments · May be fixed by OpenCTI-Platform/client-python#826
Open

[Import] 'x_opencti_workflow_id' not taken into account #8389

NiQuintin opened this issue Sep 17, 2024 · 2 comments · May be fixed by OpenCTI-Platform/client-python#826
Assignees
Labels
bug use for describing something not working as expected regression Label to identify the bug as a regression of previously working feature
Milestone

Comments

@NiQuintin
Copy link

Description

By importing a bundle with the x_opencti_workflow_id attribute, the latter is not taken into account and the status remains Unknown in the UI.

Reproducible Steps

You can contact @yassine-ouaamou or me to reproduce together.

Expected Output

The id is taken into account at import

Actual Output

It's not taken into account.

@NiQuintin NiQuintin added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Sep 17, 2024
@romain-filigran
Copy link
Member

In addition, the “x_opencti_workflow_id” attribute does not seem to be exported to all entities (e.g. cases).

@romain-filigran romain-filigran removed the needs triage use to identify issue needing triage from Filigran Product team label Sep 18, 2024
@romain-filigran romain-filigran added this to the Bugs backlog milestone Sep 18, 2024
@SamuelHassine SamuelHassine added the regression Label to identify the bug as a regression of previously working feature label Sep 18, 2024
@JeremyCloarec JeremyCloarec self-assigned this Feb 10, 2025
@JeremyCloarec
Copy link
Contributor

I fixed the missing "x_opencti_workflow_id" from multiple exported entities.
However, fixing the import will be trickier. The problem comes from the fact that the x_opencti_workflow_id ids are not the same on a different platform. For exemple, here are the ids for the NEW status of a report in two different platforms:
Image
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected regression Label to identify the bug as a regression of previously working feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants