In cloud JIRA I like to see what tickets were updated by "joe" in last 24 hours.
You would think that this is something that is available out of the box, or am I missing something?
thanks
First check any description written by editing that particular transition in your workflow.
Later check for i18n description of workflow actions. Go to your workflow and download it in XML. See if there are any descriptions found there related to particular Close transition.
Thanks, I will check the XML!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found this for the transitions where it worked:
<action id="1001" name="Reject" view="fieldscreen">
<meta name="opsbar-sequence">60</meta>
<meta name="jira.i18n.description">closeissue.desc</meta>
<meta name="jira.description"></meta>
<meta name="jira.fieldscreen.id">10100</meta>
So I updated the xml and imported it and then used the new workflow instead, and it worked. 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.