Changelog for the 4-Sep connector work and the ticket assignee change - #33
Merged
Merged
Conversation
…change The Power Automate actions, their dynamic dropdowns and the dropped location fields shipped in #31 with no changelog entry. Adds it, together with the list_users filtering from DScope/datascope-rails#2737, which takes the technical accounts out of the user pickers in both connectors. Rebuilds the Zapier 2.1.3 entry from the 2.1.2 and 2.1.3 app definitions. The (FKA Issue) rename, the user and form dropdowns, the renamed signature output labels and the rewritten help text were all missing from it. The trigger and action tables in the three guides now use the current names. Documents that Create Ticket accepts assignees and invitees as a comma-separated string (DScope/datascope-rails#2661, shipped 31-Aug), in the endpoint's parameter table and in its own changelog entry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents what shipped on 4-Sep and fills two gaps that were left open earlier.
What changed
04-Sep entry. The Power Automate actions merged in #31 landed with no changelog entry: the five actions, the dynamic dropdowns wired to the hidden list operations, the native date picker on Assign Task and the removal of the fields that created a Location on the fly. The entry also records DScope/datascope-rails#2737, which stops
list_usersfrom returning the technical accounts, so those no longer show up in the user pickers of either connector. That one is server side, so it applies to Zaps and flows that already exist.Zapier 2.1.3. Rebuilt from a field-by-field diff of the 2.1.2 and 2.1.3 app definitions. The entry only covered
Location TypeandFind Location / Place by ID. Adds the four differences it was missing:(FKA Issue)suffix dropped from the two ticket triggers and fromTickets: Create TicketUser EmailonTasks: Assign Task V2andForm NameonChange Form Statusbecame dropdownsSignatures: New Completed Signature, includingIf Signer is a Datascope UsertoSigner Is External User, which is what the field actually reports. The keys are unchanged, so existing mappings keep workingFrom Codelabel fixed toForm CodeBecause of the rename, the trigger and action tables in the three guides were stale, so they now use the current names. 2.1.3 is still released to selected accounts, so the rollout note is unchanged.
31-Aug entry. DScope/datascope-rails#2661 made
POST /api/external/findings/createacceptassigneesandinviteesas a comma-separated string, capped at 100 entries, for clients that cannot send array parameters. It had no entry and the endpoint's parameter table still said the fields were arrays only. Both fixed, dated the day it shipped rather than today.Note
location_typeis accepted by Create Ticket (Location, the default, orNestableLocation) but is not in the endpoint's parameter table. Left out of this PR because I could not establish the date it shipped, which the changelog entry would need. Worth a follow-up.🤖 Generated with Claude Code