How to add skip rule in Publish Channels in Maximo - maximo

I have to add skip rule in publish channels like if route is not null then I have to send Task Work Orders and if job plan alone there then we need to send only parent workorder.
How can I add skip rule for above condition?

You should review the Rule Based Customisation documentation for Integration Data Processing.

Related

Configure "When a new email arrives (V3)" trigger to filter based on specific word or domain in the From field

I created a short logic app where the trigger is "When a new email arrives (V3)" and I would like for it to trigger only for emails from a specific domain, let's say xyz.com. I know I can use the From parameter, but that requires me to manage list of emails, separated by semicolons.
How could I configure this to trigger only for xyz.com emails?
I tried to use dynamic content but, so far I did not manage to figure it out.
You need to add a trigger condition to the flow.
Although our triggers look a little different, the concept should be exactly the same. First, you need to access the settings of the trigger ...
... and then you need to add the trigger condition.
In your case, the trigger condition will be like thus ...
#contains(triggerBody()?['From'], 'xyz.com')

Azure says an Alert Rule exists with the same name, but it also says it doesn't

I have several environments that I need to set a list of Alert Rules for. I've set 5 up for QA and started to add them to UAT. Because you cannot rename a rule, I have had to delete and recreate a few, and Azure tells you it make take a few minutes to show up.
However, after in-page and browser refreshes, going to get a coffee and refreshing again, I do not have a Rule Alert in UAT for 10 exceptions in 5 minutes.
Yet when I try to create one I get this:
So it exists....but where can I see this rule, or delete it? I've removed all filters in the Alert Rules page (first image) already and it doesn't show
One of the workaround could able to find and delete the alert rule:
To view the alert and delete them we need to filter them accordingly to our resource group ,subscription, signal type as below:
Refresh and then navigate to your target Rule that want to delete
For more information please refer the below MS DOCS:
Create, view, and manage activity log alerts by using Azure Monitor
How to update alert rules

How can I create some sort of policy for a pull request to be rejected if there are x amount of bug items in the back log

I am trying to find a way to reject a pull request into my master branch if there are still bug work items open in my back log in azure devops. I know I can create pre-deployment gates in the release pipeline to prevent release but I want to stop the build pipeline under that condition. to be more specific im trying to make sure my pull request to start my build to be later be released doesn't contain a critical bug in the back log items
How can I create some sort of policy for a pull request to be rejected if there are x amount of bug items in the back log
AFAIK, there is no such out of box way to do this.
To receive this, you could create a Build validation on the master branch:
Branches->master->Branch policies->Build validation
Then, create a build pipeline with Agentless job:
and select Shared Queries, set the Upper threshold for the Query work items task:
Now, we just need to create a Shared Query to get the all the open bug work items:
Hope this helps.

Only show notification activities in the recipient's feed

I have a simple notification use-case: Coaches need to approve their user's weekly check-in logs. When the log is approved, the user gets a notification. 
The issue is that I don't understand how to add the activity without adding it to the coach's notification feed also by targeting the notification with the TO field. If I do that, then I need to exclude the copied activity from the coach's feed, because the coach doesn't need a notification of the activity they just took. Also, I then have an issue with the unread counts, and I would either need to automatically mark notifications that one user sends to another as read so that it doesn't distort the unread count for the sender. 
Anyway, the question I have is am I setting this up correctly? Is there an easier way to achieve the result I want?
If the feed ID and activity actor are the same, you can use discard rules to achieve this.
For instance:
If the notification feed is called notification:$choach-id and the activity verb is set to $coach-id then discard rules will make this work.
More information about this is available https://getstream.io/docs/discard_rules/

subscribe users automatically to the asset publisher liferay

Is there any option to subscribe users automatically to the asset publisher?
I saw this:
message.boards.subscribe.by.default=true
but, I need it for the asset publisher
Thank you!!
message.boards.subscribe.by.default subscribes a user to the message board thread they're answering to - e.g. after they interacted with the message board.
What would be the interaction with AssetPublisher that you're intending to trigger this automatic subscription? There's typically only the author(s) of an asset publisher adding articles, and they don't need to interact with AssetPublisher in order to make other articles appear because AssetPublisher only filters and shows whatever matches the current criteria.
This is a long way to say "no, there's no such property". However, there's Liferay's API, which you can use to codify the criteria for subscription. This will naturally be more effort than setting a property, but it's your only option.

Resources