Skip to content
Advertisement

Need help in regular expression using sed

I have following code:-

JavaScript

The code works. When the status is one of the among (done, completed or closed) then it prints “Found valid Jira”. I want the "Not In" condition of it i.e. whenever the status comes out to be any of these then it should say “Found valid Jira”.

Jira details response that I get is as follows:-

JavaScript

I tried going through with docs but it is confusing. I’m not good in regex hence checking. How to put ^ or Not In condition on this?

[Updated defective Code using Linux If-Else] It is going every time in else condition and printing Valid JIRA Id found!. Pls suggest as I want to try out using Linux If-Else only, thanks

JavaScript

Advertisement

Answer

Thanks everyone for guiding me.

I’m finally able to resolve this issue by modifying the code like below:-

JavaScript

I had used the test command along with if-else condition in Linux to make it work

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement