Hello,
I'm trying to automate the following scenario.
I have a Jira project and I would like to build an project agnostic automation. This project which I will call "ProjA" will hold the automation for its issues based on the status of N projects issues, I will call these projects as "ProjN". It would be like "When a linked issue changes its state, change the state of my issue", but from ProjA perspective.
I would like to know if there's any way to do the following
Why am I doing the above instead of not creating the automation rule in ProjN?
Because I don't want to do any manual work when a project is deleted or a new one is created, I would like the rule to be agnostic. The link between ProjA and N Projects will be detected automatically by the link between the Issues.
I don't see any When trigger saying like:
"When: the linked issue transition to some status"
So, this, the scenario I just explained, is even possible?
Thx a lot! : )
Hi Badger ,
I use JIRA 5.1.6 and with the below JQL i can find issues which were updated and assignee were not changed i.e the issues were commented/edited
updatedDate < startOfDay() AND NOT assignee changed
Thanks, but that only gives me issues where the assignee has never changed. My issues may have changed assignee multiple times, I just want to be able to search by the date it was acutlly edited.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.