Missing Rules after upload blueprint file

I create blueprint file from pega web https://www.pega.com/blueprint and generate file type .blueprint.
I open two versions of PEGA 24.2.4 and 25.1.2 and upload blueprint file by choose extend application with blueprint. Follow the same steps and when process finish i have some missing rules. In pega 24.2.4 it missed views for case type and in 25.1.2 those are generated successfully. What happens ? Is this issue related with pega version ?

Yes this can be version-related, and the most likely explanation is that 24.2.4 and 25.1.2 do not generate Blueprint assets the same way, especially for case-type views. Blueprint import/generation is tied to the release’s instant-app/blueprint generation behaviour, and Pega’s own docs show that Blueprint generation and case-type configuration are handled within the platform version’s specific feature set.

the difference you are seeing can absolutely be related to the Pega version. The safest conclusion is that 25.1.2 has better Blueprint generation behaviour for case views than 24.2.4, or at least your 24.2.4 environment is not generating the same artifacts from the same .blueprint file

In 24.2.4, the Blueprint may still be creating the case type and process artifacts, but not generating the views in the same way you see in 25.1.2.
In 25.1.2, the blueprint-to-application generation path appears to be more complete or more consistent for case views.

That usually means one of these is true:

  • the Blueprint file contains structures that 25.1.2 interprets better;
  • the 24.2.4 import path has a product limitation or defect;
  • or 24.2.4 does not fully support the same blueprint-generated view artifacts as 25.1.2.

It could be either a bug or a version gap, but based on the behaviour you described, it looks more like a platform version gap than a problem with your Blueprint file itself. Pega documentation shows that Blueprint import into applications is supported starting from newer Infinity versions, and 25.1.2 is a later release than 24.2.4 with multiple related fixes and behavior changes