Hi, I'm facing a problem that one field "work steam" has value in creating but it disappeared in edit screen. It happened to almost all the story issues. It just changed to "none". Could anyone help me? Thank you.
If a field gets blanked out, it will be recorded in the history.
What does the issue history say happened to the data value?
Hi, I tried and the history said I made change to work steam even I didn't make any change to this issue. I only pressed edit and update.
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.
You've answered your own question here - " I only pressed edit and update" - you edited the issue and changed the field during the edit.
If you did not change the field yourself, then it may be that a listener heard "issue updated" and amended the field for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a block of code that runs when it detects an event. All edits and transitions fire events when you perform them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I meant that I only pressed edit and in the screen, the value changed to none from other values. So of course if I press update, the value will be changed and history will show that I have changed it. What I want to ask is why when I press edit, the value will change automatically. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, ok, then you have something that is selecting a different value dynamically when you click edit. This will be one of:
You'll need to ask your admins about items 2 or 3, why they've put it in and how to get it removed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm an admin here. But I'm not sure if other admins have made any modifications. Could you tell me where I can find the javascript or scriptrunner? Thank you so much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Javascript might be buried in field descriptions or the announcement banner.
Apps like Behaviours usually have an admin section where you define what you want them to do - SR injects itself into the Admin menus under the "manage apps" section for example (and explicitly names "Behaviours" as a menu item there)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jason Liu , it looks like field's value is cleared using postfunction or automation. Can you check your workflow (transition to your initial status) and automations configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Martin Bayer _MoroSystems_ s_r_o__ ,
I checked the workflow and it only shows 3 post functions:
1. Creates the issue originally.
2. Re-index an issue to keep indexes in sync with the database.
3. Fire a Issue Created event that can be processed by the listeners.
I think there's no plugins related to this. Thanks.
Jason Liu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, can you share the Apps you use? So we can try to figure out what's happening?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly. You can get the list on Manage Apps page (press "." (dot) -> manage apps)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you press dot on your Jira screen, dialog should appeare with a text box. Start writing Manage apps and it will hilghlight an action which can be used to open required configuration page.
What is the type of the field Work steam?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, It's select list (single choice). I don't see any dot in Jira screen. Do you mean by the gear? I pressed gear and there's only projects there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so you are not an administrator of your Jira instance. What @Nic Brough -Adaptavist- suggests is quite smart :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm administrator here but I can see a lot of apps from many projects. So I'm not sure what apps the certain project is using. So I login as a user's access and that's what I saw. I have told the user to try on what Nic said to see if there's any history.
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.
Do you have any results of History tab or list of Apps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
My apps list: Adaptavist ScriptRunner for JIRA, Atlassian Troubleshooting and Support Tools, Atlassian Universal Plugin Manager Plugin, BigPicture, Bob Swift Atlassian Apps - Jira Command Line Interface (CLI), Column Order Gadget Plugin, Custom Field Manager for Jira, doitbetter Timeline, Enhancer Plugin for JIRA, Gantt-Chart for Jira, InVision for Jira, JIRA Charting Plugin, JIRA Toolkit Plugin, JSU Automation Suite for Jira Workflows, Project Configurator, SU for JIRA, Time to SLA, Zephyr for JIRA, AM Utils, Prometheus Exporter For Jira, Quick Timesheet, Adobe XD for Jira, Atlassian REST API Browser, Code Runner, Gears jira-enhancement-tools, JIRA Calendar Plugin, open-poker, querydsl-4.0.7-provider-plugin, TROCK Timetracking Overview And Logging
Is any one of these may cause the issue?
Jason
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.
May I know what kind of automation you meant? Is it any plugin?
Best regards,
Jason Liu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes,
can you please check. "Automation for Jira " rule applied.
if something like -->
Trigger --> issue edited
Action --> Edit issue --> work steam -->clear value.
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.
If "Automation for Jira - Data Center and Server" installed you will find in the below settings.
go to the current project where you facing issues --> project settings --> Automation
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.
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.