Hi everyone,
I'm looking for an automation to performs 2 actions on issues :
1. When an issue is moved from the backlog to a sprint, Update both Start date and Due date. --> I have an automation for this one, and it works well
2. When an issue is moved from a sprint to another, Update only the due date (start date must remains in the initial sprint) --> I can't find how to realize this one :(
I tried something with If/else block, but it doesn't work.
Does anyone have an idea ?
Thnak you,
Nicolas
Go to your field configuration for the project, there you can remove the incorrect description. The Custom Field Description in the Field Configuration is overwriting the Custom Field Description from the Custom Fields configuration page. Have a look at https://confluence.atlassian.com/jirakb/custom-field-description-is-displaying-incorrectly-in-issue-screen-833986770.html
Nice, thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI: Since this was a lightly used new field in a test project, I deleted and recreated these.
I would still like to know how to resolve if this was a widely used field. Kind of wondering if inputting a space would have resolved.. hmm...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jonathan,
If you have already tried reindexing Jira, I usually use the add-on Scriptrunner, it has an Built-in Script that cleans the Jira cache that usually solves this kind of thing.
Give it a try!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup; I had reindexed - without luck. If this happens again, I will look into your suggestion + Mikael's post. Thanks!
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.