Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add color dependency in addition to vlaue in jira

yigal malka October 25, 2022

Hi ,

 

I want to create one filter with the two filter below:

1. project = ICO AND key =iterobiz-77591  and commitmentstatus= "On Track"

2. "{panel:bgColor=#43EB43}On Track{panel}" - if the value is On Track so the color will be =43EB43

is it possible to merge the two?

1 answer

0 votes
Mark Segall
Community Champion
October 25, 2022

Hi @yigal malka - I'm not familiar with what you're trying to accomplish on #2.  Are you looking for text containing the panel information on some field?  Something like this?

text ~ "{panel:bgColor=#43EB43}On Track{panel}"

If so, you should be able to combine by doing this:

project = ICO AND key =iterobiz-77591  and commitmentstatus= "On Track" AND text ~ "{panel:bgColor=#43EB43}On Track{panel}"

Note - I'm not familiar with querying against markdown so not sure that it will return what you're expecting.

yigal malka October 27, 2022

Hi

thanks for your answer ,the second condition say that if the world is on track so the Color will be green,this is not text condition 

thanks 

yigal

Mark Segall
Community Champion
October 28, 2022

Thanks for the clarity.  Is it your intention then that the panel text is added when the commitment status = "On Track"?  If so, you're looking for an automation rule that would work something like this:

  • TRIGGER:  Field Value Changed (Commitment Status)
  • CONDITION: Key = iterobiz-77591
  • CONDITION: commitment status = On Track
  • ACTION: Add Comment
    • {panel:bgColor=#43EB43}On Track{panel}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events