Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace z/OS Connect
Created by Guest
Created on Jan 23, 2019

Policy Rule to use Header value simply IF header is present

Today we can create rules to take action based on Conditions with EQUAL, AND, and OR operations.
for example:
<conditions>
<header name="cicsTran" value="KE18,KE20"/>
</conditions>
<actions>
<set property="cicsTransId" value="${cicsTran}"/>
</actions>
</rule>

If we want to run the same service provider under multiple tranids, besides the SAR tranid, we must add these, explicity to the rule.

Idea priority High
  • Guest
    Reply
    |
    Dec 22, 2020

    This requirement is addressed by z/OS Connect Enterprise Edition V3.0.40 / APAR PH30597:
    https://www.ibm.com/support/pages/apar/PH30597

    z/OS Connect EE is enhanced so a policy rule can be configured to perform an action when a specific header is present on an API request, regardless of the value of that header.

    For further details about triggering a policy rule if a header is present, refer to Example 5 in the “Format of a rule set” topic in the z/OS Connect EE V3.0 Knowledge Center:
    https://www.ibm.com/support/knowledgecenter/SS4SVW_3.0.0/administering/ruleset_format.html

  • Guest
    Reply
    |
    Jun 10, 2019

    Similar use case, arrived to the same logical solution. There will be some 300 APIs x 10 countries, ~3000 unique transaction ids, at minimum. CICS can handle that with autoinstall. But not zCEE.


    We want to be able to use one global policy, and avoid manual coding and maintenance of massive number of local policies and rulesets. We don't know, and don't want to know and code, all possible values.

    OPTIONAL: In addition to the previous recommendations, maybe use a special character, in example "+", for an exact character place.

    Examples: <++++> for any 4 characters but must be 4, any character at pos 3, any characters an pos 3 and 4, etc.

  • Guest
    Reply
    |
    Feb 28, 2019

    this could also include a requirement for generics, for example: