I have custom field "A" which is of type Date Picker.
And need to calculate date for field "B" by adding 60days in date which we have selected for field "A"
So, field "B"= "A" + 60 Days , calculated date should be seen in Field "B" automatically.
How to do this?
I agree you can use automation to do the calculation. If you want an even simpler way, you can use Abacus.
Hi @Vincent Mutambuki { Mumo Systems }
When recommending a marketplace vendor product, please ensure that you disclose your affiliation to that vendor in your post wording. For more information about this, please see:
Atlassian Community online guidelines for Marketplace and Solution Partners
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy Also agree. That is why the name of our company is in my name. That way the user can derive the connection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe you can do this with an automation for Jira rule, or with one of the scripting/calculated fields addons from the marketplace.
Kind regards,
Bill
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.
I am not using any of the scripting addons, so perhaps someone else in the community can comment on that approach.
For an automation rule, you could trigger on the issue create, or change of the field "A" value, and then set the field "B" using the built-in date increment functions: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/ If you want to try using the automation rule addon...
To get you started on creating your rule, please review this documentation and examples:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.