How i can update bug count field for all linked bugs with each story?
I have added custom field bug count now i want to update bug count filed for all previously linked bugs with stories
@Asifa Azad _CW_ Welcome! yopu might take alook at this thread: https://community.atlassian.com/t5/Automation-questions/Automation-rule-for-tracking-bugs-linked-to-stories/qaq-p/1736659
Nicolas
Thanks @Nicolas Grossi for response. i have already created this rule which increase the count by one when ever new bug is linked. but now i want to update the count of precious linkd issues. because automation return newly linked bugs count.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Asifa Azad _CW_ -- Welcome to the Atlassian Community!
Rather than increment a counter, I recommend recalculating the count using the Lookup Issues action instead. That will prevent errors and help when handling the edge cases: deleted issue, issue type changes, etc.
Next to your additional question for updating existing issues...
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.