I have a simple filter in my JIRA. It works fine when i run it manually. So, i went ahead and subscribed to the filter. In cron, it has been set to run once every 4 hours. When it runs in this automated cron mode, it is pulling in some additional irrelevant items in the results. What could be done to fix this please?
My JQL:
project = “Migration for Customer" AND status in
("READY FOR TEST", "Ready For QA", "In Test", "In QA", "In Development", "Ready to Test")
AND status not in ("READ FOR SHOWCASE", "Ready for Release", "READY FOR RELEASE")
ORDER BY status DESC
Result when ran manually: 32 records (as expected).
Result when ran in cron mode: 41 records (the extra 9 records were marked "Ready for Release" long back but is shown as "In Development" in the report).
Related
I tried to publish the app to Apple Store Connect. Normally there is a "+" button but I don't see one right now because Apple have updated iTunes Connect and introduced a bug. How can I get around this bug and select a build to submit my app to the App Store.
I cannot choose the build to Submit for review.
I just uploaded a new version a few days ago, and everything seems to be working just fine on iTunes Connect. Could you please make sure you're following the steps below:
First create a build from Xcode with a specific version number (for instance 1.3.0), archive and upload to iTunes Connect. Wait a few minutes for the build to process.
Once the build has finished processing, make sure it's available on iTunes Connect by navigating to My Apps/Activity/iOS Builds. If everything is okay you should see your new build "Version 1.3.0" here.
Now before you can change the build, and this may be the step you're missing, you need to add a new version of your app for submission, via "+ Version or Platform". This number should match the build you uploaded earlier (1.3.0).
Then just select the newly created version of your app on the left menu, and you will have the option to select the new build you want to use for this version in the "Build" section.
I had the same problem. The Step 2 in #user13639548 answer confused me even more because I didn't find activity/ios builds.
What solved the problem however was changing the versin from 1.1 to 1.1.0. and then also waiting 3-5 more minutes until the + button appears again.
I'm using Crashlytics Beta to send new builds of my app to my tester.
However, when distributing a new build, the current users don't get the popup telling them that a new version is available. Their status on the dashboard stays at "Installed" and never get to "Launched", maybe it's linked?
I also regularly get "logged out" of the Beta webclip on the home screen, with a "Well, this is odd" error message.
Beta polls for new updates on iOS every 2 hours. If you're doing multiple releases in a 2 hour period the pop-up won't appear for each release.
In my 13th lesson in the book "App Development With Swift" (using Xcode 8) my assignment was to build a QuestionBot app. Sometimes when I wanted to check myself I ran the simulator, and every time when I tried to run it, it asked me to "stop" and then run again. I pressed the button that stops the simulator (the square) and it said "build failed". Since then every time when I tried to run, it said the same ("build failed").
every information will be great, thank you
I need some help with the Team Alerts. I know how to setup the Team alerts and it works for situations like:
Build done
My Build done
Build failed
My Build failed
and so on
What I would like to cover is the following situation:
A Build failed. -> Users get a Mail that it failed.
Build gets fixed. -> Users get a Mail that the Build got fixed.
Build gets NOT fixed. -> Users do not get a Mail that is telling them, that the build is still broken.
So I would like to have Team alerts based on the Build Status and if it changes.
I don´t want a mail per good build and a mail per broken build.
I want mails for Builds that change the Build Status from Broken to Succeed and from Succeed to broken.
Is that even possible? I only see Build quality but that has nothing to do with the status.
Builds have a value called "build quality" that you can change. If you add values of "fixed" and "not fixed" you can get alerts based on this value changing.
Then all you have to do is get folks to update the value...
Xcode's organizer gives us this error message:
Invalid Pre-Release Train. The train version '1.0' is closed for new build submissions With error code STATE_ERROR.VALIDATION_ERROR.90186 for id 12abcb34-fdc5-6b7c-bf90-d589b9204aec
when sending a new build to App Store Connect in these cases:
1st case: apps were in "waiting for review status", we have removed them from this status prior sending the new build (with a new build version)
2nd case: Binary was rejected and we've tried to send a new build (with a new version too)
In all these cases, we've got this same message like the status of the app is still "in review" or "waiting for review". It's not a question of time because for some apps it is still the same problem 24h after having removed the apps from review.
And since the apps have been removed from review, or rejected, there is no more previous builds in the build section.
What is the issue here and how can I fix it?
In my case Simple answer is when your iOS "Version" x.y is uploaded to production/app store or sent for review then you cannot upload that version again and it doesn't matter if you have changed "Build".
I dont know why xcode simple didn't ask to "Update application version as current version was sent for review already"
Click:
Target app w app store icon > Build settings > Versioning > then increment Current Project Version & Marketing Version