Need to click on each of the transition in jira

Hello,

please see below image

here you can see there are so many transitions like create, To refine, start, Start Refinment and it differs project to project in jira.
my requirement is to click on each transition and do certain actions.
so please let me know how can i click on each transition?

@Mathkar_kunal

try using for each ui element it shoudl auto allow

cheers

can you pleaes explain little bit in detail .
if i drag each ui element first need to indicate main page then in for each ui element what should i indicate?

@Mathkar_kunal

indicate one of the transition and it would highlight all to show what all it detected

cheers

ok i did that when when i am trying to cehck that item using message box then it is showing UiPath.core.uielement


able to capture but when i am checking in preview it is not showing any value

@Mathkar_kunal

dont use message box..it would not show…

if you want to check it is correct ro not..use hover element and pass currentelement in the inputelement field

cheers

ok understood and tried same
able to click on all boxes even though i have selected transitions which actually select all elements.
so able to select boxes but unable to click on each transition once the loop completes for boxes

unable to click on below transitions

getting below error

@Mathkar_kunal

once you select boxes do transitions changelike increase or decrease?

as per error looks like screen is updating dynamically

indicate transition highlight using ui explorer and check if its identifying properly

this is the way..just try to refine the selector and selection

cheers

Emenets are constant not increasing or decreasing.
page is not dynamic u can see in below image all elements are selecting while indicating

@Mathkar_kunal

yes all are selected

can you show a picture in debug mode as well and what is happening

cheers

u can cehck this ss

@Mathkar_kunal

is this on first iteration only?

if so use a wait for load complete setting in properties

cheers

no not in first iteration , first it clicks all the elements with boxes as i have mentioned and then it shows error

@Mathkar_kunal

I mean..the first iteration of this for each ui element

there can be any other for each you might be running ebfore that ok..for this for each is it first iteration?

cheers