Forums

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

Hide transition after 2 weeks for customer.

Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 8, 2022

Hi community!

I would need to hide Transition after 2 weeks for client, but I don't have script runner and I don't know how to do it.

I have tried this way :

Captura_comunity_jira.PNG

with string, with date (-2w), anyway from resolved field. And I got nothing.

Can you help me? thanks

 

1 answer

1 accepted

3 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 8, 2022

HI @Eduard Diez 

You could achieve that with Jira Automation. What I'm thinking is:

  • Create a numeric field called e.g. CHECK
  • Place this field (if you want) on the view screen of your issue types
  • Have a condition inside your workflows and to that specific transition that the transition is visible only if CHECK is equal to zero or null
  • On jira automation create a rule to run each day and within this rule run an if statement e.g. if status = "waiting for customer" and updated <= -2w THEN edit the value of CHECK field to be something else besides 0/null

The above could work (in theory).

Try it out and let me know! 

Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 8, 2022

Wao! great idea, I didn't think in automation, is true.
I try and I answer you.
Thanks @Alex Koxaras _Relational_ 

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 8, 2022

Do let me know if that will work!

Like Eduard Diez likes this
Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 21, 2022

@Alex Koxaras _Relational_  it works thanks!!!!

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 21, 2022

Good to know that!

Suggest an answer

Log in or Sign up to answer