Hi, trying to create a dashboard component where I can see specific changes made to a Jira ticket, like estimation times within a time period, either last 30 days or longer.
How does one create a component to show these changes?
Hi Brett, welcome to the Community. With JQL (OOTB) there is a "was" operator that will work w/ some fields but not all. I'm afraid that there isn't a way to create a filter based upon when time logging occurs. You could achieve this with an addon where you create a listener that monitors for changes to fields and sends a notification. One thing you might check is whether the built in Automation could detect this field changing and if so set a custom date field reflecting the change. There may be other ways to achieve your goal and if so I'm sure others will chime in w/ their experience.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.