-
Notifications
You must be signed in to change notification settings - Fork 18
Using region groups has multiple minor issues to resolve. #614
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permitsseverity-mediumBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complexBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permitsseverity-mediumBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complexBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Medium Priority
In your zowe config file, you can specify a cicsplex and regionName.
Your regionName is actually a scope which is a CPSM term. It can be either the name of a region (no wildcards) or a region group (also called a system group).
You can see in Eclipse CICS Explorer we can see both regions (systems) and groups:
Here's an example of the config to show a group:
Now you'll see if you expand your CICSplex you see a different (old!) icon and just the regions within that group:
However there is a bug. The VS Code extension gets into a loop where it constantly refreshes 😬 - you can see this is happening because the loading indicator on the CICS view keeps spinning and you can't filter on regions.