I'm getting an intermittent error in the logs that reads: "...ERROR
[com.googlecode.jsu] Issue field "updated" is not supported.". This comes
in directly after the execution of a post-function using the 'Copy value
from other field' function. In our case we're copying the value
of 'Updated' to a custom date field to timestamp the workflow action. The
post-function appears to be working correctly; however, the ERROR is still
thrown each time.
bannor4023, please fill a bug in issue tracker for this behavior.
I have a transition called 'Assign to Me'. It is used when we dont want to
give out the assign privilege to users globally. At one stage in the
workflow users of a certain project role can open and click it to take
control of the ticket from a list of unassigned tickets.
How can i get the transition (assign to me) to stop showing up once the
user has clicked it, or in other words, when the Current User == Current
Assignee. I cant find a condition that says show only when current user is
not equal to assignee. Do you have some thoughts on this? I have looked
through all the custom plugins and am not seeing anything yet. I thought
you might already have a brilliant idea on this, from previous experience.
Look forward to your insights. Thanks.
I can provide a screen capture if you have a place for me to upload or show
it. It shows the current config of the transition attempt.
Rodney, we have similar routine for "Update Issue Custom field"
post-function. I can do it in the same way for condition.
Abashev, Thanks for responding. I am seeing logic included in the Value
Field Condition. However I cannot get the Value field to accept current
user.
Here is what I have:
The field Assignee will have to be not equal to value %%CURRENT_USER%% .
Compared like String .
But this does not work. Is there a different syntax that I should be
using? or does that value field not allow JIRA variables? Thanks!
I have to said "I will implement it in the same way" :) This feature is not
yet implemented.
We use JIRA 4.1.2 build 531 and jira-suite-utilities version 0.7.8 and I
don't understand what Execution Times means. I thought it is number how
many times the transition was executed, but we have still value "1" in this
field regardless of how many times we executed the transition. Can anybody
explain me this field?
Marek, looks like it is regression bug and we lost some core logic here. I
will fix it.
I'm trying to add a Condition to a workflow transition where I check if the
Original Estimate hasn't been setup yet (null or empty). Is there any way
to accomplish this?
I forgot to mention that I'm using Jira 3.13.5 and the plugin 0.7.8
Original Estimation is calculable field and you should add check on
Remaining Estimate field.
Hi All,
if any one know the how to add post function for clone plz let me know its
urgent,
my requirement is some fields has to reset wn clone the issue
Thanks,
i added this plugin it is working fine
how to update custom field that is mult-checkbox?
Hello, is it possible to extract the Transitions Summary Tab Panel in xml
or excel format?
We need it for report,
Not now
Hi Any news on this, I cannot select security level in "Copy value from
other field" in "Add Post Function to Transition"
Hi, according to "Fields Required" - i can't find where to translate error
message "field is required". Can you help me? Thx
your "Value Field" workflow condition is really good, but if the conditions
are not filled, the user can't tell what transitions have been taken away.
Is there some way you could make a validator that works just like "Value
Field" but lets the user try to go through the transition to get an error
message telling them why they can't go through?
Ynanek, right now no properties files with i18n messages. I created issue
for localizing suite but you are the first one who need it.
Michalt25, it is a good idea.
I would love it if I could append as well as set a string value to a custom
field, particularily a mutli user list. (For example, the current user is
appended to a "APPROVED" multi user field.)
Hi,
We like the Transitions Summary Tab report. We are looking for a extended
report, which is allows us to generate a report for selected list of issues.
This is really useful report to see who is holding a issues for number of
hours/days.
Any thoughts?
Hi!
Do you have any ideas why the field value condition for number comparison
would work exactly the opposite way it has been configured? For examle, if
a condition is that field must be greater that 10, the transition is
available for all issues where the field is less than 10 and vice versa.
I've updated version to 0.7.8, but encountered another problem. I added a
field required validator to a transition and when executing this transition
got an error:
2011-03-22 10:11:42,020 http-443-1 [webwork.dispatcher.ServletDispatcher]
Could not execute action
java.lang.NoClassDefFoundError:
com/atlassian/jira/web/FieldVisibilityManager
at
com.googlecode.jsu.util.CommonPluginUtils.isIssueHasField(CommonPluginUtils.java:199)
at
com.googlecode.jsu.workflow.validator.FieldsRequiredValidator.validate(FieldsRequiredValidator.java:45)
at
com.googlecode.jsu.workflow.validator.GenericValidator.validate(GenericValidator.java:59)
I can't use 0.7.16 as according to the table it's not compatible with our
current Jira version 3.13.5. Or may I try it anyway?
Yes, you are right. Versions 3.x are not supported any more. And I can't
help you here.
Probably I could try some old jira plugin version (between 0.7.0 and 0.7.8)
where both features would work correctly? Can you recommend anything?
I can do backport for you but it will be billable consulting project. If
you want to discuss it feel free to contact me with abashev [at] gmail.com
Hi, Can I have the details about where the Transition summary tab data is
fetching from?
Which database the datas are gettinf from?
I need to query a list of issues with particular transition and time spent
in the transition.
Please suggest.
All data are coming from here
https://github.com/abashev/jira-suite-utilities/blob/master/src/main/java/com/googlecode/jsu/transitionssummary/TransitionsManager.java